UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 245 B
import { Permission } from './Permission'; /** OpenStack service */ export interface Service { /** Name of the service */ name: string; /** List of permissions */ permissions: Permission[]; } //# sourceMappingURL=Service.d.ts.map