/** Custom domains of your fax services */
export interface MailDomain2Service {
    /** The custom domain of your fax services */
    domain: string;
    /**  */
    id: number;
}
//# sourceMappingURL=MailDomain2Service.d.ts.map