Interface ICapability

interface ICapability {
    enabled: boolean;
}

Hierarchy (View Summary)

Properties

Properties

enabled: boolean