@aws-amplify/amplify-category-storage
Version:
amplify-cli storage plugin
8 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.functionCategoryName = exports.authCategoryName = exports.apiCategoryName = exports.categoryName = void 0;
exports.categoryName = 'storage';
exports.apiCategoryName = 'api';
exports.authCategoryName = 'auth';
exports.functionCategoryName = 'function';
//# sourceMappingURL=constants.js.map