UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

7 lines (6 loc) 300 B
/** * Pass parameters optionally so we don't have to fetch them again * Returns whether the content transfer setup has changed */ declare const _default: (localizableTree?: any[] | null, storedSetupSchema?: any[] | null, allModelsTree?: any[] | null) => Promise<boolean>; export default _default;