UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 342 B
import { SyncAccountLicense } from './SyncAccountLicense'; /** Sync account license per day */ export interface SyncDailyLicense { /** sync account license usage */ accountLicense: SyncAccountLicense[]; /** the date used to determine sync account license usage */ date: string; } //# sourceMappingURL=SyncDailyLicense.d.ts.map