HttpSuccessStatus:
    | "200"
    | "201"
    | "202"
    | "203"
    | "204"
    | "205"
    | "206"
    | "207"
    | "208"
    | "226"

HTTP success status codes (2xx). Indicates that the request was successfully received, understood, and accepted.

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