export interface SlsCompanyType {
    label: string;
    deleted: boolean;
    index: number;
}
