Type alias KeyboardState

KeyboardState: {
    [key: string]: KeyState;
}

Type declaration