UNPKG

@flotiq/flotiq-astro-sdk

Version:

Astro collection generator for connecting with Flotiq CMS

5 lines (4 loc) 192 B
/** * Generates loaders and schemas for types */ export declare function generateCollections(schemas: any, propertiesConfig: any, required: string[], order: string[], name: string): string;