UNPKG

strapi-plugin-do-not-delete

Version:

A plugin for Strapi CMS that protects certain entries from being deleted.

4 lines (3 loc) 166 B
import { type DoNotDeleteRule } from '../types'; declare const isProtectedEntry: (entity: any, rules: DoNotDeleteRule[]) => boolean; export default isProtectedEntry;