UNPKG

sesterce-cli

Version:

A powerful command-line interface tool for managing Sesterce Cloud services. Sesterce CLI provides easy access to GPU cloud instances, AI inference services, container registries, and SSH key management directly from your terminal.

8 lines (7 loc) 199 B
export interface GpuCloudVolumeOfferRegion { readonly region?: string; readonly country?: string; readonly name: string; readonly pricePerGbPerHour: number; readonly minSizeInGb: number; }