(
path: string,
options: { schema?: Record<string, unknown> },
handler: (
req: { id: string; body?: unknown },
reply: { send(payload: unknown): void },
) => Promise<void> | void,
)
| 24 | ) => Promise<void> | void, |
| 25 | ): unknown; |
| 26 | post( |
| 27 | path: string, |
| 28 | options: { schema?: Record<string, unknown> }, |
| 29 | handler: ( |
no outgoing calls
no test coverage detected