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