interface DataCubeAPI {
    getSettings(): DataCubeSettings;
    refreshFailedDataFetches(): void;
}

Implemented by

Methods