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