Skip to content

Commit 66c820c

Browse files
committed
feat: export PayloadRequest
1 parent 6f748f1 commit 66c820c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { Document as MongooseDocument } from 'mongoose';
22
import { TypeWithTimestamps } from '../collections/config/types';
33
import { FileData } from '../uploads/types';
44

5+
export { PayloadRequest } from '../express/types';
6+
57
export type Operator = 'equals'
68
| 'not_equals'
79
| 'in'

0 commit comments

Comments
 (0)