Interface IFeatures

interface IFeatures {
    [key: string]: boolean;
}

Indexable

[key: string]: boolean

Generated using TypeDoc