Fix
This commit is contained in:
@@ -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>>
|
||||||
> &
|
> &
|
||||||
|
|||||||
Reference in New Issue
Block a user