HttpTextSubtype:
    | "plain"
    | "html"
    | "css"
    | "javascript"
    | "csv"
    | "markdown"
    | "event-stream"
    | "calendar"
    | "xml"
    | "yaml"

Well-known text/* media type subtypes.

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