UNPKG

@svta/common-media-library

Version:
18 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestType = void 0; /** * The content type of the request. * * @group Request * * @beta */ exports.RequestType = { TEXT: 'text', JSON: 'json', BLOB: 'blob', ARRAY_BUFFER: 'arrayBuffer', DOCUMENT: 'document', }; //# sourceMappingURL=RequestType.js.map