()
| 136 | addSchema(schema: unknown): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 137 | getSchema(schemaId: string): unknown; |
| 138 | getSchemas(): Record<string, unknown>; |
| 139 | |
| 140 | after(): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>; |
| 141 | after(afterListener: (err: Error | null) => void): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
no outgoing calls
no test coverage detected