interface Mode {
    custom: int;
    editor: int;
    learn: int;
    qr: int;
}

Properties

Properties

custom: int
editor: int
learn: int
qr: int