Documentation
    Preparing search index...

    Type Alias ContentType

    ContentType:
        | "text/plain"
        | "application/json"
        | "application/x-www-form-url-encoded"
        | "multipart/form-data"
        | "*/*"
        | string & {}

    Supported content types.