@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 337 B
TypeScript
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