MCPcopy Create free account
hub / github.com/fastify/fastify / PingBody

Interface PingBody

examples/typescript-server.ts:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40interface PingBody {
41 baz?: string;
42}
43
44// Define our route options with schema validation
45const opts: RouteShorthandOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected