export interface SteeringWheelModuleStatus {
  isLeftButtonPressed: boolean;
  isRightButtonPressed: boolean;
}
