new
Singlend(unnamed 0?: { strictSchema?: boolean; })
GroupQuerySchemeType extends ZodSchema = never
HTTPExceptions: HTTPExceptions
readonly
routes: AbstractRoutes
private
readonly
strictSchema: boolean
handler(): Handler<any, string, { in: Prettify<Omit<Partial<ValidationTargets>, "json"> & { json: ExtractQueryTypesFromRoutes<Routes> | (string & { }); }>; outputFormat: "json"; }, HandlerResponse<JSONValue>>
private
throwException(error: unknown,c: Context,): void