Variable getBlockNumbersRequestSchemaConst
getBlockNumbersRequestSchema: Struct<
{
blockGroupId: optional<typeof String$>;
blockNumberId: optional<typeof String$>;
limit: optional<typeof Number$>;
memo: optional<Union<[typeof String$, Struct<{ like: typeof String$ }>]>>;
phoneNumber: optional<typeof String$>;
startKey: optional<typeof String$>;
},
> = ...