declare enum MessagingProviderType {
    Email = "email",
    Sms = "sms",
    Push = "push"
}

export { MessagingProviderType };
