MCPcopy
hub / github.com/jesec/flood / Option

Interface Option

server/routes/api/types.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25>;
26
27export interface Option {
28 tags?: string[];
29}
30
31export type Request<schema extends FastifySchema> = FastifyRequest<
32 RouteGenericInterface,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected