UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 280 B
import { Price } from '../../order/Price'; /** Instance monthly billing details */ export interface InstanceMonthlyBilling { /** Monthly billing activation date */ activatedOn: string; /** Cost */ cost: Price; } //# sourceMappingURL=InstanceMonthlyBilling.d.ts.map