UNPKG

@solidskills/types

Version:

Solidskills typings

9 lines (8 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SlsNotificationChannel; (function (SlsNotificationChannel) { SlsNotificationChannel["SMS"] = "NOTIFICATION_CHANNEL.SMS"; SlsNotificationChannel["EMAIL"] = "NOTIFICATION_CHANNEL.EMAIL"; SlsNotificationChannel["PUSH"] = "NOTIFICATION_CHANNEL.PUSH"; })(SlsNotificationChannel = exports.SlsNotificationChannel || (exports.SlsNotificationChannel = {}));