Skip to content

Commit b102ded

Browse files
committed
chore: fix ts typings
1 parent e095bdf commit b102ded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/mongoid.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { GraphQLScalarType } from 'graphql-compose/lib/graphql';
22

3+
export type MongoId = string | any;
4+
35
declare const GraphQLMongoID: GraphQLScalarType;
46

57
export default GraphQLMongoID;

0 commit comments

Comments
 (0)