import { SlsPush } from "./sls-push";
export interface SlsNotificationChannelsList {
    sms: boolean;
    mail: boolean;
    push: Array<SlsPush>;
}
