Type Alias HttpInformationalStatus

HttpInformationalStatus: "100" | "101" | "102" | "103"

HTTP informational status codes (1xx). Indicates that the request was received and the process is continuing.

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