diff --git a/src/effect/schema/class/Mutable.ts b/src/effect/schema/class/Mutable.ts index 566a16f..f734bca 100644 --- a/src/effect/schema/class/Mutable.ts +++ b/src/effect/schema/class/Mutable.ts @@ -21,7 +21,7 @@ export function Mutable< Constructor< Omit< InstanceType, - keyof InstanceType> + keyof InstanceType> > & InstanceType>, @@ -30,7 +30,7 @@ export function Mutable< Omit< StaticType, - keyof StaticType> + keyof StaticType> > & StaticType> )