@bearnjs/rest
    Preparing search index...

    Type Alias ContentType

    ContentType: MaybeArray<
        | "none"
        | "text"
        | "json"
        | "formdata"
        | "urlencoded"
        | "arrayBuffer"
        | "text/plain"
        | "application/json"
        | "multipart/form-data"
        | "application/x-www-form-urlencoded"
        | "application/octet-stream",
    >

    Represents content type hints and MIME types used in HTTP requests and responses.