UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 209 B
/** Capability */ export interface Capability { /** Whether the capability is enabled or not */ enabled: boolean; /** Capability name */ name: string; } //# sourceMappingURL=Capability.d.ts.map