MutableClass work
This commit is contained in:
@@ -2,7 +2,7 @@ import { Schema as S } from "@effect/schema"
|
||||
import type { Annotations, Class, Struct } from "@effect/schema/Schema"
|
||||
import type { Mutable } from "effect/Types"
|
||||
import type { Constructor } from "type-fest"
|
||||
import type { Static } from "../.."
|
||||
import type { StaticType } from "../.."
|
||||
import type { HasFields, MissingSelfGeneric } from "./util"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ export type TMutableClass<
|
||||
> &
|
||||
|
||||
Omit<
|
||||
Static<Class<Self, Fields, I, R, C, Inherited, Proto>>,
|
||||
StaticType<Class<Self, Fields, I, R, C, Inherited, Proto>>,
|
||||
"extend"
|
||||
> & {
|
||||
extend<Extended = never>(identifier: string): <newFields extends Struct.Fields>(
|
||||
|
||||
Reference in New Issue
Block a user