@quesmed/types-rn 2.2.27 → 2.2.28
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
|
@@ -25,8 +25,8 @@ export declare const LATEST_PAST_MARKSHEET_ID: import("@apollo/client").Document
|
|
|
25
25
|
/**
|
|
26
26
|
* latestAgoraId
|
|
27
27
|
*/
|
|
28
|
-
export declare type
|
|
29
|
-
export declare type
|
|
28
|
+
export declare type ILatestAgoraIdVar = null;
|
|
29
|
+
export declare type ILatestAgoraIdData = RestrictedData<string, 'latestAgoraId'>;
|
|
30
30
|
export declare const LATEST_PAST_AGORA_ID: import("@apollo/client").DocumentNode;
|
|
31
31
|
export declare type IFlaggedQuestionsVar = null;
|
|
32
32
|
export declare type IFlaggedQuestionsData = RestrictedData<(graphqlNormalize & IUserFlaggedQuestion)[], 'flaggedQuestions'>;
|