Defined in index, you can import them from it.
Last updated 7 months ago
Route
path
string
method
| []
callback
callback (below)
callback: (client: Client, req: Request, res: Response) => Promise<void>;
Methods
export type Methods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";