UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 192 B
/** Type of API endpoint */ export interface ApiAccess { /** Cluster API endpoints */ endpoints: string[]; /** token */ token: string; } //# sourceMappingURL=ApiAccess.d.ts.map