UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 297 B
import { UsedCredit } from './UsedCredit'; /** UsedCredits */ export interface UsedCredits { /** Details about credits that will be used */ details: UsedCredit[]; /** Total credit that will be used to pay the bill */ totalCredit: number; } //# sourceMappingURL=UsedCredits.d.ts.map