UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 327 B
/** MonthlyInstanceDetail */ export interface MonthlyInstanceDetail { /** Monthly instance activation */ activation: string; /** Instance ID */ instanceId: string; /** Resource ID */ resourceId: string; /** Total price */ totalPrice: number; } //# sourceMappingURL=MonthlyInstanceDetail.d.ts.map