BaseConfigType: {
    chiliEnvironmentUrl?: string;
    documentType?: DocumentType;
    editorId?: string;
    editorLink?: string;
    enableNextSubscribers?: { onVariableListChanged: boolean };
    logging?: { logger?: LoggerFunction; logLevel?: LogLevel };
    studioOptions?: StudioOptionsDeltaUpdate;
    studioStyling?: StudioStyling;
}

Type declaration