export interface SlsNotificationChannelsList {
    sms: boolean;
    mail: boolean;
    push: boolean;
}
