/** 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