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

This commit is contained in:
Julien Valverdé
2024-02-25 04:45:58 +01:00
parent e7c65c0a07
commit bf429fc63b
3 changed files with 25 additions and 53 deletions

View File

@@ -56,4 +56,9 @@ export class ZodSchemaClassExtender<Superclass extends AbstractClass<object>> {
]>
)
}
build() {
return this.superclass
}
}