ParserType:
    | "text"
    | "json"
    | "formData"
    | "blob"
    | "arrayBuffer"

Type for parser types

const parserType: ParserType = 'text';
console.log(parserType); // text