UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 269 B
import { PopStatusEnum } from './PopStatusEnum'; /** CDN Pop */ export interface Pop { /** */ city: string; /** */ comment: string; /** Name of the pop */ name: string; /** */ status: PopStatusEnum; } //# sourceMappingURL=Pop.d.ts.map