export interface SlsOption {
  label: string;
  location?: string;
  deleted: boolean;
  index: number;
  type: string;
}