UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

6 lines (5 loc) 230 B
/** * Supported kinds of models are expected by the function, needs to be checked before calling the function */ declare const getModelsTree: (allModels: any[], localizableModels?: any[]) => any[]; export default getModelsTree;