Skip to content

Commit c294ea2

Browse files
pocesarlutovich
authored andcommitted
Update result.d.ts
there's no public accessors in records member
1 parent 8a3dc00 commit c294ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/v1/result.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Record from "./record";
33
import StreamObserver from "./internal/stream-observer";
44

55
declare type ResultType<T> = {
6-
records: Array<Record<T> & T>;
6+
records: Array<Record<T>>;
77
summary: ResultSummary;
88
}
99

0 commit comments

Comments
 (0)