(
path: string,
options: { schema?: Record<string, unknown> },
handler: (
req: { id: string; query?: unknown },
reply: { send(payload: unknown): void },
) => Promise<void> | void,
)
| 16 | |
| 17 | interface GuiStoreRouteHost { |
| 18 | get( |
| 19 | path: string, |
| 20 | options: { schema?: Record<string, unknown> }, |
| 21 | handler: ( |
no outgoing calls
no test coverage detected