interface GetIndexerMultiProductSnapshotsParams {
    productIds: number[];
    maxTimestampInclusive?: number[];
}

Properties

productIds: number[]
maxTimestampInclusive?: number[]