This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import { abstract, trait } from "@thilawyn/traitify-ts"
|
||||
import { trait } from "@thilawyn/traitify-ts"
|
||||
|
||||
|
||||
export const ObservableZodSchemaObject = trait(
|
||||
abstract(),
|
||||
|
||||
Super => class ObservableZodSchemaObject extends Super {
|
||||
export const ObservableZodSchemaObject = trait
|
||||
.implement(Super => class ObservableZodSchemaObject extends Super {
|
||||
constructor(...args: any[]) {
|
||||
super(...args)
|
||||
}
|
||||
},
|
||||
)
|
||||
})
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user