UNPKG

strapi-plugin-soft-delete

Version:

Add a soft delete feature to your project

10 lines (8 loc) 246 B
import adminCanRead from './adminCanRead'; import adminCanRestore from './adminCanRestore'; import adminCanDeletePermanently from './adminCanDeletePermanently'; export default { adminCanRead, adminCanRestore, adminCanDeletePermanently, };