UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 241 B
import { Quantity } from './Quantity'; /** InstanceSnapshot */ export interface InstanceSnapshot { /** GiBh stored */ quantity: Quantity; /** Total price */ totalPrice: number; } //# sourceMappingURL=InstanceSnapshot.d.ts.map