From 8894ee90144ed6312877a5a23c862d3e091d0606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Mon, 13 May 2024 01:12:02 +0200 Subject: [PATCH] Fix --- src/effect/EffectSchemaTraitExpression.ts | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/effect/EffectSchemaTraitExpression.ts b/src/effect/EffectSchemaTraitExpression.ts index 2d284f8..707e6ac 100644 --- a/src/effect/EffectSchemaTraitExpression.ts +++ b/src/effect/EffectSchemaTraitExpression.ts @@ -32,17 +32,14 @@ implements TraitExpressionLike< extends(): ( AbstractConstructor< - ApplyMutability, Mutability> & - Omit< - Simplify< - Extend<[ - Inherited, - ...TraitTuple.MapImplInstance - ]> - >, - keyof Fields - > & - Proto, + Simplify< + ApplyMutability, Mutability> & + Extend<[ + Omit, + ...TraitTuple.MapImplInstance + ]> & + Proto + >, ConstructorParameters> > & @@ -57,7 +54,6 @@ implements TraitExpressionLike< Proto > > & - Simplify< Extend<[ Static,