Type Alias GetBlockGroupsResponse
GetBlockGroupsResponse: { blockGroups: BlockGroup[]; limit: number; nextKey: string | null | undefined; startKey: string | null | undefined;} Type declaration
limit: number
nextKey: string | null | undefined
startKey: string | null | undefined