This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user