UNPKG

@custonomy/community-sdk

Version:

Custonomy Lib for Community

10 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTION = void 0; exports.ACTION = { GET: 'GET', POST: 'POST', PATCH: 'PATCH', DELETE: 'DELETE' }; //# sourceMappingURL=consts.js.map