File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ declare namespace Fuse {
110110 add ( doc : T ) : void
111111 toJSON ( ) : {
112112 keys : ReadonlyArray < string >
113- collection : FuseIndexRecords
113+ records : FuseIndexRecords
114114 }
115115 }
116116
@@ -290,6 +290,6 @@ declare namespace Fuse {
290290 }
291291 | { $and ?: Expression [ ] }
292292 | { $or ?: Expression [ ] }
293-
293+
294294 export const config : Required < IFuseOptions < any > > ;
295295}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ declare namespace Fuse {
107107 add ( doc : T ) : void
108108 toJSON ( ) : {
109109 keys : ReadonlyArray < string >
110- collection : FuseIndexRecords
110+ records : FuseIndexRecords
111111 }
112112 }
113113
@@ -304,6 +304,6 @@ declare namespace Fuse {
304304 }
305305 | { $and ?: Expression [ ] }
306306 | { $or ?: Expression [ ] }
307-
307+
308308 export const config : Required < IFuseOptions < any > > ;
309309}
You can’t perform that action at this time.
0 commit comments