UNPKG
@flotiq/flotiq-astro-sdk
Version:
latest (0.0.3)
0.0.3
0.0.2
Astro collection generator for connecting with Flotiq CMS
@flotiq/flotiq-astro-sdk
/
dist
/
typegen
/
ctd-types.d.ts
5 lines
(4 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
/** * Generates loaders and schemas for types */
export
declare
function
generateCollections
(
schemas
:
any
,
propertiesConfig
:
any
,
required
:
string
[],
order
:
string
[],
name
:
string
):
string
;