UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 323 B
import { CloudProjectSnapshotUsageDetail } from './CloudProjectSnapshotUsageDetail.js'; import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type CloudProjectSnapshotsUsage = { detail?: CloudProjectSnapshotUsageDetail[]; total?: OrderPrice; }; export { CloudProjectSnapshotsUsage };