This commit is contained in:
Julien Valverdé
2024-06-10 04:14:52 +02:00
parent 5a74a9c449
commit eab06fb80c

View File

@@ -14,9 +14,11 @@ type TMutableClass<
Proto,
> = (
Constructor<
Mutable<Struct.Type<Fields>> &
Omit<Inherited, keyof Fields>
& Proto,
Omit<
InstanceType<Class<Self, Fields, I, R, C, Inherited, Proto>>,
keyof Fields
> &
Mutable<Struct.Type<Fields>>,
ConstructorParameters<Class<Self, Fields, I, R, C, Inherited, Proto>>
> &