UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 258 B
import { Endpoint } from './Endpoint'; /** ContainerAccess */ export interface ContainerAccess { /** Storage access endpoints */ endpoints: Endpoint[]; /** Storage access token */ token: string; } //# sourceMappingURL=ContainerAccess.d.ts.map