UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 689 B
declare const findSetupModelByCollectionName: (models: any, collectionName: any) => any; declare const findSetupModelByCollectionUid: (contentTransferSetup: any, strapiContentTypesModels: any, collectionUid: any) => any; declare const getCollectionsNames: (setup: any) => any; declare const isCollectionTransferEnabled: (models: any, collectionName: any) => boolean; declare const getPickPaths: (transferSetupModelProps: any) => string[]; declare const getPickPathsWithComponents: (transferSetupModelProps: any) => any[]; export { findSetupModelByCollectionName, findSetupModelByCollectionUid, getCollectionsNames, isCollectionTransferEnabled, getPickPaths, getPickPathsWithComponents, };