messageEnum.ts 82 Bytes Raw Blame History Permalink 1 2 3 4 export enum MessageEnum { IS_SMS="PHONE_MESSAGE", IS_EMAIL="EMAIL_MESSAGE", }