HttpMethod: StrIntellisense<
    | "GET"
    | "DELETE"
    | "POST"
    | "PUT"
    | "HEAD"
    | "PATCH"
    | "OPTIONS"
    | "TRACE"
    | "CONNECT",
>

Represents the HTTP request method. Provides autocompletion for common verbs while accepting any string.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"