Variable contentTypesConst

contentTypes: Readonly<{
    JSON: "application/json";
    TEXT: "text/plain";
}> = ...

Generated using TypeDoc