UNPKG

strapi-plugin-soft-delete

Version:

Add a soft delete feature to your project

6 lines (3 loc) 127 B
import { plugin } from '../../../utils'; const getTrad = (id: string) => `${plugin.pluginId}.${id}`; export default getTrad;