Type Alias ContentTypeErrorCause

ContentTypeErrorCause: {
    cause: "contentType";
    value?: string;
}