ProtecteddeclareCreate schema name decleration such as 'export const schemaName'
schemae Name
ProtectedfilterProtectedmapPrint the schema such as decleration = schema
ProtectedschemaCreate the schema such as z.object(${shape}) or z.enum(${shape})
string
ProtectedschemaCreate the schema name
name suffix such as Create, Update, Where, Query
string
ProtectedschemaPrint the schema name suffix
string
ProtectedshapeCreate the shape of the schema such as enum [] or object {}
string
By default it print the create-input schema