export type FlagActionCommand =
  | 'Activate'
  | 'Deactivate'
  | 'Show Media Indefinitely'
  | 'Show Media Temporarily'
  | 'Configure';
