ProtecteddeclareCreate schema name decleration such as 'export const schemaName'
schemae Name
ProtectedmapPrint the schema such as decleration = schema
ProtectedschemaCreate the schema such as z.object(${shape}) or z.enum(${shape})
shape value
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