UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

8 lines (7 loc) 293 B
/** * Items positioning is done by the `toCreateEntry` function */ export declare const parsedLocalazyEntryToCreateEntry: (models: any, parsedLocalazyEntry: any, baseEntry: any, uid: string, locale?: string) => { createEntry: Record<string, any>; dynamicZoneComponentKeys: any[]; };