/** Mail service linked to webhosting */
export interface Emailoption {
    /** Creation date */
    creationDate: string;
    /** Email service domain */
    domain: string;
    /** Account id */
    id: number;
}
//# sourceMappingURL=Emailoption.d.ts.map