export type StarLaserCommand = 'Activate' | 'Deactivate' | 'Init Attack' | 'Configure' | 'None';
