HttpImageSubtype:
    | "png"
    | "jpeg"
    | "gif"
    | "webp"
    | "svg+xml"
    | "avif"
    | "bmp"
    | "tiff"
    | "x-icon"
    | "heic"
    | "heif"

Well-known image/* media type subtypes.

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