Files
strapi-plugin-checkbox-list/server/src/destroy.ts
T

8 lines
151 B
TypeScript
Raw Normal View History

2026-02-05 10:19:56 +00:00
import type { Core } from '@strapi/strapi';
const destroy = ({ strapi }: { strapi: Core.Strapi }) => {
// destroy phase
};
export default destroy;