Fix type lost caused by incorrect inheritance of ClassArray
This commit is contained in:
@@ -13,7 +13,7 @@ export class Module extends Serializable<Module> {
|
||||
// @assertUInt8
|
||||
id: number;
|
||||
|
||||
keyActions: Serializable<KeyActions>;
|
||||
keyActions: KeyActions;
|
||||
|
||||
// @assertEnum(PointerRole)
|
||||
private pointerRole: PointerRole;
|
||||
|
||||
Reference in New Issue
Block a user