import { OlapOwnerStatistic } from "./OlapOwnerStatistic"; export type OlapOwnerStatistics = { owners: Array; continuation?: string; };