Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastify/fastify
/ PingParams
Interface
PingParams
examples/typescript-server.ts:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
interface
PingParams {
33
bar?: string;
34
}
35
36
interface
PingHeaders {
37
a?: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected