@quesmed/types 1.4.4 → 1.4.5
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
|
@@ -32,7 +32,7 @@ export interface IOsceStationVar {
|
|
|
32
32
|
export declare type IOsceStationData = RestrictedData<graphqlNormalize & IOsceStation, 'osceStation'>;
|
|
33
33
|
export declare const OSCE_TOPICS: import("@apollo/client").DocumentNode;
|
|
34
34
|
export declare type IOsceTopicsVar = null;
|
|
35
|
-
export declare type IOsceTopicsData = RestrictedData<graphqlNormalize & ITopic, 'osceTopics'>;
|
|
35
|
+
export declare type IOsceTopicsData = RestrictedData<(graphqlNormalize & ITopic)[], 'osceTopics'>;
|
|
36
36
|
export declare const SEARCH_OSCE_STATIONS: import("@apollo/client").DocumentNode;
|
|
37
37
|
export interface ISearchOsceStationsVar {
|
|
38
38
|
search: string;
|