@quesmed/types-rn 2.2.53 → 2.2.54
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
|
@@ -72,7 +72,7 @@ export declare const REMOVE_FLAGGED_QUESTION: import("@apollo/client").DocumentN
|
|
|
72
72
|
export interface IRemoveFlaggedQuestionVar {
|
|
73
73
|
questionId: Id;
|
|
74
74
|
}
|
|
75
|
-
export declare type IRemoveFlaggedQuestionData = RestrictedData<graphqlNormalize & IUserFlaggedQuestion, 'removeFlaggedQuestion'>;
|
|
75
|
+
export declare type IRemoveFlaggedQuestionData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'removeFlaggedQuestion'>;
|
|
76
76
|
/**
|
|
77
77
|
* startOrJoinMarksheet
|
|
78
78
|
*/
|