export interface Plugins {
    'GIT_INTEGRATION': boolean;
    'ANALYTICS': boolean;
    'MODELS': boolean;
    'PREDICT': boolean;
}
