import { OlapPeriod } from "./OlapPeriod"; export type OlapPeriodCollectionsByIdsStatisticsRequest = { collectionIds: Array; period: OlapPeriod; };