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