import IGamepad from '@/models/IGamepad'; interface IGamepadEvent { readonly gamepad: IGamepad; } export default IGamepadEvent;