export type BallShooterCommand = 'Shooter Off' | 'Shooter Ready' | 'Shooter Attack';
