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, Proto,
> = ( > = (
Constructor< Constructor<
Mutable<Struct.Type<Fields>> & Omit<
Omit<Inherited, keyof Fields> InstanceType<Class<Self, Fields, I, R, C, Inherited, Proto>>,
& Proto, keyof Fields
> &
Mutable<Struct.Type<Fields>>,
ConstructorParameters<Class<Self, Fields, I, R, C, Inherited, Proto>> ConstructorParameters<Class<Self, Fields, I, R, C, Inherited, Proto>>
> & > &