Variable getStatisticsRequestSchemaConst
getStatisticsRequestSchema: Struct<
{
endDate: optional<Union<[typeof String$, typeof DateFromSelf]>>;
masterAccountId: optional<typeof String$>;
startDate: optional<Union<[typeof String$, typeof DateFromSelf]>>;
},
> = ...