JsonifiableSchemableClass work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -36,8 +36,40 @@ export type JsonifiableSchemableClass<
|
|||||||
Class<
|
Class<
|
||||||
Type,
|
Type,
|
||||||
|
|
||||||
{},
|
{
|
||||||
|
readonly jsonifySchema: z.ZodObject<
|
||||||
|
JsonifySchemaT,
|
||||||
|
JsonifySchemaUnknownKeys,
|
||||||
|
JsonifySchemaCatchall,
|
||||||
|
JsonifiedValues,
|
||||||
|
Values
|
||||||
|
>
|
||||||
|
|
||||||
|
readonly dejsonifySchema: z.ZodObject<
|
||||||
|
DejsonifySchemaT,
|
||||||
|
DejsonifySchemaUnknownKeys,
|
||||||
|
DejsonifySchemaCatchall,
|
||||||
|
Values,
|
||||||
|
JsonifiedValues
|
||||||
|
>
|
||||||
|
},
|
||||||
|
|
||||||
any[]
|
any[]
|
||||||
|
> & {
|
||||||
|
readonly jsonifySchema: z.ZodObject<
|
||||||
|
JsonifySchemaT,
|
||||||
|
JsonifySchemaUnknownKeys,
|
||||||
|
JsonifySchemaCatchall,
|
||||||
|
JsonifiedValues,
|
||||||
|
Values
|
||||||
>
|
>
|
||||||
|
|
||||||
|
readonly dejsonifySchema: z.ZodObject<
|
||||||
|
DejsonifySchemaT,
|
||||||
|
DejsonifySchemaUnknownKeys,
|
||||||
|
DejsonifySchemaCatchall,
|
||||||
|
Values,
|
||||||
|
JsonifiedValues
|
||||||
|
>
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user