@quesmed/types-rn 2.1.0 → 2.1.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
|
@@ -9,7 +9,7 @@ export interface IPreBuildTodoVar {
|
|
|
9
9
|
export declare type IPreBuildTodoData = RestrictedData<graphqlNormalize & IPreBuildTodo, 'preBuildTodo'>;
|
|
10
10
|
export declare const PRE_BUILD_TODO: import("@apollo/client").DocumentNode;
|
|
11
11
|
export interface ITodoVar {
|
|
12
|
-
|
|
12
|
+
id: Id;
|
|
13
13
|
}
|
|
14
14
|
export declare type ITodoData = RestrictedData<graphqlNormalize & ITodo, 'todo'>;
|
|
15
15
|
export declare const TODO: import("@apollo/client").DocumentNode;
|