Routes

Defined in index, you can import them from it.

Route

property name
type annotation

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";

Last updated