UNPKG

strapi-plugin-do-not-delete

Version:

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

6 lines (5 loc) 154 B
import { type Core } from '@strapi/strapi'; declare const register: ({ strapi }: { strapi: Core.Strapi; }) => Promise<void>; export default register;