JsonifiableZodSchemaObject
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:
@@ -18,7 +18,7 @@ export type JsonifiableZodSchemaClass<
|
||||
JsonifiedValues extends JsonifiableObject,
|
||||
> = (
|
||||
Class<Instance, [values: Values]> &
|
||||
JsonifiableZodSchemaClassStatic<
|
||||
JsonifiableZodSchemas<
|
||||
JsonifySchemaT,
|
||||
JsonifySchemaUnknownKeys,
|
||||
JsonifySchemaCatchall,
|
||||
@@ -47,7 +47,7 @@ export type JsonifiableZodSchemaAbstractClass<
|
||||
JsonifiedValues extends JsonifiableObject,
|
||||
> = (
|
||||
AbstractClass<Instance, [values: Values]> &
|
||||
JsonifiableZodSchemaClassStatic<
|
||||
JsonifiableZodSchemas<
|
||||
JsonifySchemaT,
|
||||
JsonifySchemaUnknownKeys,
|
||||
JsonifySchemaCatchall,
|
||||
@@ -61,7 +61,7 @@ export type JsonifiableZodSchemaAbstractClass<
|
||||
>
|
||||
)
|
||||
|
||||
export type JsonifiableZodSchemaClassStatic<
|
||||
export type JsonifiableZodSchemas<
|
||||
JsonifySchemaT extends z.ZodRawShape,
|
||||
JsonifySchemaUnknownKeys extends z.UnknownKeysParam,
|
||||
JsonifySchemaCatchall extends z.ZodTypeAny,
|
||||
|
||||
Reference in New Issue
Block a user