Type Alias RouterMethod

RouterMethod:
    | "all"
    | "get"
    | "head"
    | "post"
    | "patch"
    | "put"
    | "delete"
    | "connect"
    | "options"
    | "trace"