0.1.2 #3
@@ -14,7 +14,7 @@ const TestExp = ZodSchemaClass({
|
|||||||
defaultValues: { id: -1n },
|
defaultValues: { id: -1n },
|
||||||
})
|
})
|
||||||
.expresses(ObservableZodSchemaObject)
|
.expresses(ObservableZodSchemaObject)
|
||||||
.buildAnyway()
|
.build()
|
||||||
|
|
||||||
@TestExp.implementsStatic
|
@TestExp.implementsStatic
|
||||||
class Test extends TestExp.extends implements Implements<typeof TestExp> {}
|
class Test extends TestExp.extends implements Implements<typeof TestExp> {}
|
||||||
|
|||||||
Reference in New Issue
Block a user