@quesmed/types-rn 2.6.146 → 2.6.148
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/models/Picture.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,9 @@ export type IRefreshMtvVar = {
|
|
|
5
5
|
};
|
|
6
6
|
export type IRefreshMtvData = AdminData<boolean, 'refreshMtv'>;
|
|
7
7
|
export declare const REFRESH_WIKI: import("@apollo/client").DocumentNode;
|
|
8
|
-
export type IRefreshWikiVar =
|
|
8
|
+
export type IRefreshWikiVar = {
|
|
9
|
+
chapterIds?: number[];
|
|
10
|
+
};
|
|
9
11
|
export type IRefreshWikiData = AdminData<boolean, 'refreshWiki'>;
|
|
10
12
|
export declare const RESET_QUES_DIFFICULTY: import("@apollo/client").DocumentNode;
|
|
11
13
|
export type IResetQueDifficultyVar = null;
|