UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

5 lines (4 loc) 235 B
import { ContentTransferSetup } from '../../models/plugin/content-transfer-setup'; declare const KEY = "content-transfer-setup"; declare const emptyContentTransferSetup: ContentTransferSetup; export { KEY, emptyContentTransferSetup };