UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 431 B
/** Details about the resiliation */ export interface ResiliationFollowUpDetail { /** Date when the resiliation will take effect */ dateTodo: string; /** If the customer needs to return his modem */ needModemReturn: boolean; /** Date when the resiliation was done */ registrationDate: string; /** Status of the resiliation */ status: string; } //# sourceMappingURL=ResiliationFollowUpDetail.d.ts.map