@milobedini/shared-types 1.0.62 → 1.0.63

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -471,3 +471,8 @@ export type PatientModuleTimelineResponse = {
471
471
  })[];
472
472
  nextCursor: string | null;
473
473
  };
474
+ export type BasicMutationResponse = {
475
+ success: boolean;
476
+ message?: string;
477
+ data?: any;
478
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [