Variable getGroupsRequestSchemaConst
getGroupsRequestSchema: Struct<
{
endDate: optional<Union<[typeof String$, typeof DateFromSelf]>>;
groupId: optional<typeof String$>;
limit: optional<typeof Number$>;
startDate: optional<Union<[typeof String$, typeof DateFromSelf]>>;
startKey: optional<typeof String$>;
},
> = ...