UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 211 B
import { BillTypeEnum } from './BillTypeEnum'; /** Project bill */ export interface Bill { /** Bill id */ billId: string; /** Bill type */ type: BillTypeEnum; } //# sourceMappingURL=Bill.d.ts.map