File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ export interface OffsetLengthLocation {
5959}
6060
6161export interface WholeFileLocation {
62- uri : string ,
63- startLine : undefined ,
64- startColumn : undefined ,
65- endLine : undefined ,
66- endColumn : undefined ,
67- charOffset : undefined ,
68- charLength : undefined ,
62+ uri : string ,
63+ startLine : never ,
64+ startColumn : never ,
65+ endLine : never ,
66+ endColumn : never ,
67+ charOffset : never ,
68+ charLength : never ,
6969}
7070
7171export type UrlValue = LineColumnLocation | OffsetLengthLocation | WholeFileLocation | string ;
@@ -74,6 +74,6 @@ export type UrlValue = LineColumnLocation | OffsetLengthLocation | WholeFileLoca
7474export type ColumnValue = EntityValue | number | string | boolean ;
7575
7676export interface DecodedBqrsChunk {
77- tuples : ColumnValue [ ] [ ] ,
78- next ?: number
77+ tuples : ColumnValue [ ] [ ] ,
78+ next ?: number
7979}
You can’t perform that action at this time.
0 commit comments