@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 339 B
TypeScript
import { ResiliationReasonEnum } from './ResiliationReasonEnum';
/** Information about the reason for the resiliation */
export interface ResiliationSurvey {
/** Comment about this resiliation */
comment?: string;
/** Reason of a resiliation */
type: ResiliationReasonEnum;
}
//# sourceMappingURL=ResiliationSurvey.d.ts.map