import { ServiceVoicemailMailOptionEnum } from './ServiceVoicemailMailOptionEnum';
/** Voicemail configuration */
export interface ServiceVoicemailNotifications {
    /**  */
    email: string;
    /**  */
    type: ServiceVoicemailMailOptionEnum;
}
//# sourceMappingURL=ServiceVoicemailNotifications.d.ts.map