Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
export
interface
Option {
28
tags?: string[];
29
}
30
31
export
type
Request<schema extends FastifySchema> = FastifyRequest<
32
RouteGenericInterface,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected