Variable getBlockNumbersResponseSchemaConst
getBlockNumbersResponseSchema: Struct<
{
blockNumbers: Array$<
Struct<
{
accountId: typeof String$;
blockGroupIds: Array$<typeof String$>;
blockNumberId: typeof String$;
dateCreated: typeof String$;
dateUpdated: typeof String$;
memo: typeof String$;
phoneNumber: typeof String$;
},
>,
>;
limit: typeof Number$;
nextKey: NullishOr<typeof String$>;
startKey: NullishOr<typeof String$>;
},
> = ...