TimeSeriesSource: {
    filter?: ObjectOrString<TimeseriesFilter>;
    mappings?: {
        [K in string]: string
    };
    type: "timeSeries";
}