UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 221 B
/** Period of Engagement */ export interface EngagementPeriod { /** End of the period */ endDate?: string; /** Beginning of the period */ startDate: string; } //# sourceMappingURL=EngagementPeriod.d.ts.map