RAPIDS
    Preparing search index...

    Type Alias SeriesMap<T>

    SeriesMap: { [P in keyof T]: { type: T[P] & DataType } }

    Type Parameters