gps-global-types 1.0.87 → 1.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,5 +146,5 @@ export declare const IsolateFields: {
146
146
  expectedPhenotype: StringConstructor;
147
147
  };
148
148
  export interface RowDataType extends Record<string, any> {
149
- _id: string;
149
+ _id: ObjectId;
150
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gps-global-types",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "types shared between front-end and back-end",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",