diff --git a/src/operator/get-range.ts b/src/operator/get-range.ts index feb47ed..434fd09 100644 --- a/src/operator/get-range.ts +++ b/src/operator/get-range.ts @@ -28,7 +28,7 @@ export interface GetRangeData { export interface GetRangeResponse { consumed: ConsumedCapacity; rows: Array | null; - nextStartPrimaryKey: PlainBufferRow | null; + nextStartPrimaryKey: Array | null; } export class GetRange {