@quesmed/types-rn 2.4.0 → 2.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -199,9 +199,6 @@ export interface IModifyMarksheetMarkVarInput {
199
199
  striked?: number[];
200
200
  action: EMarksheetAction;
201
201
  }
202
- export interface IModifyMarksheetMarkVarInput {
203
- input: IModifyMarksheetMarkVarInput;
204
- }
205
202
  export interface IModifyMarksheetMarkVar {
206
203
  input: IModifyMarksheetMarkVarInput;
207
204
  }