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
/
field-processors
/
zod-schema.d.ts
2 lines
(1 loc)
•
125 B
TypeScript
View Raw
1
2
export
declare
function
generateZodSchema
(
schemas
:
any
,
propertiesConfig
:
any
,
required
:
string
[],
order
:
string
[]
):
string
;