UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 392 B
/** Additional informations about the portability step */ export interface PortabilityStepInfos { /** The last portability due date that has been proposed */ lastProposedDate?: string; /** If the step status is "error", it is the reason */ reason?: string; /** A code representing the reason */ reasonType?: string; } //# sourceMappingURL=PortabilityStepInfos.d.ts.map