@zealicsolutions/web-ui 1.0.110 → 1.0.111

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.
@@ -4,7 +4,7 @@
4
4
  * @returns Object containing rwoRecordId and field values for the organism
5
5
  */
6
6
  export declare const useRwoContext: (organismId: string) => {
7
- rwoRecordId: string | undefined;
7
+ rwoRecordId: any;
8
8
  fieldValues: {
9
9
  [x: string]: string;
10
10
  };