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

Interface QuerystringInterface

test/types/route.tst.ts:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 interface BodyInterface { prop: string }
110 interface QuerystringInterface { prop: number }
111 interface ParamsInterface { prop: boolean }
112 interface HeadersInterface { prop: string }
113 interface RouteSpecificContextConfigType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected