| 26 | import { ContextConfigDefault, HTTPMethods, RawReplyDefaultExpression, RawRequestDefaultExpression, RawServerBase, RawServerDefault } from class="st">'./utils' |
| 27 | |
| 28 | export interface FastifyRouteConfig { |
| 29 | url: string; |
| 30 | method: HTTPMethods | HTTPMethods[]; |
| 31 | } |
| 32 | |
| 33 | export interface RouteGenericInterface extends RequestGenericInterface, ReplyGenericInterface { } |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected