(fulfilled: () => void, rejected: (err: Error) => void)
| 71 | serializeInput(input: { [key: string]: unknown }, schema: { [key: string]: unknown }, httpStatus?: string, contentType?: string): string; |
| 72 | serializeInput(input: { [key: string]: unknown }, httpStatus: string, contentType?: string): unknown; |
| 73 | then(fulfilled: () => void, rejected: (err: Error) => void): void; |
| 74 | trailer: ( |
| 75 | key: string, |
| 76 | fn: ((reply: FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>, payload: string | Buffer | null) => Promise<string>) | ((reply: FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>, payload: string | Buffer | null, done: (err: Error | null, value?: string) => void) => void) |
no outgoing calls