We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcff5e7 commit 56fbac3Copy full SHA for 56fbac3
types/index.d.ts
@@ -53,7 +53,7 @@ interface RecordsSerialized {
53
}
54
55
export class AbstractRecordTool<T> {
56
- constructor(model: Model<T>, query: Record<string, any>, user: User)
+ constructor(model: Model<T>, user: User, query: Record<string, any>)
57
serialize(records: Document<T> | Document<T>[]): Promise<RecordsSerialized>;
58
59
0 commit comments