interface Key {
    code: string;
    easyString: string;
    keyCode: number;
}

Properties

code: string
easyString: string
keyCode: number