import { ApproveTypeEnum } from '../ApproveTypeEnum';
/** Definition of Outgoing Transfer applying to a domain name */
export interface Approve {
    /** Approve type for outgoing transfer */
    approveType: ApproveTypeEnum;
    /** Token given by email to validate identity */
    ident: string;
}
//# sourceMappingURL=Approve.d.ts.map