UNPKG

strapi-plugin-rest-cache

Version:
20 lines (17 loc) 403 B
// import pluginId from './pluginId'; const pluginPermissions = { purge: [{ action: `plugin::rest-cache.cache.purge`, subject: null }], readStrategy: [ { action: `plugin::rest-cache.cache.read-strategy`, subject: null, }, ], readProvider: [ { action: `plugin::rest-cache.cache.read-provider`, subject: null, }, ], }; export default pluginPermissions;