ZodSchemaClassExtender work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-26 00:59:58 +01:00
parent fdd267adb0
commit c652aae238
2 changed files with 6 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export class ZodSchemaClassExtender<
}
return new this.constructor(
this.superclass,
this.superclass as Super,
Schemas as unknown as AbstractClass<
Simplify<
@@ -165,7 +165,7 @@ export class ZodSchemaClassExtender<
}
return new this.constructor(
this.superclass,
this.superclass as Super,
JsonifiableSchemas as unknown as AbstractClass<
Simplify<