export interface AwsAccount {
  id: string;
  alias: string;
  label?: string;
}
