Interface ICapability

interface ICapability {
    enabled: boolean;
}

Hierarchy (view full)

Properties

Properties

enabled: boolean