Dependencies upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-21 17:46:16 +01:00
parent e18817be0f
commit cf12c2f617
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const TestExp = ZodSchemaClass({
.expresses(ObservableZodSchemaObject)
.build()
@TestExp.implementsStatic
@TestExp.staticImplements
class Test extends TestExp.extends implements Implements<typeof TestExp> {}
Test.schema