import { ServiceOption } from './ServiceOption';
/** Representation of the domain options */
export interface ServiceOptions {
    /** Hosting option */
    hosting?: ServiceOption;
    /** Offer option (Diamond, Platinum) */
    offer?: ServiceOption;
    /** DNS zone option */
    zone?: ServiceOption;
}
//# sourceMappingURL=ServiceOptions.d.ts.map