import { OlapCollectionLeaderboardEntry } from "./OlapCollectionLeaderboardEntry"; export type OlapCollectionVolumeRankingResponse = { continuation?: string; result?: Array; };