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 6f748f1 commit 66c820cCopy full SHA for 66c820c
src/types/index.ts
@@ -2,6 +2,8 @@ import { Document as MongooseDocument } from 'mongoose';
2
import { TypeWithTimestamps } from '../collections/config/types';
3
import { FileData } from '../uploads/types';
4
5
+export { PayloadRequest } from '../express/types';
6
+
7
export type Operator = 'equals'
8
| 'not_equals'
9
| 'in'
0 commit comments