export interface SlsQuestionOption {
    label: string;
    value: number | string;
    deleted: boolean;
}
