@nocobase/client 2.0.11 → 2.0.13

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.
@@ -13,8 +13,8 @@ export declare const useParentObjectContext: () => {
13
13
  shouldDisplayParentObject: boolean;
14
14
  /** 变量的值 */
15
15
  parentObjectCtx: any;
16
- collectionName: string;
17
- dataSource: string;
16
+ collectionName: any;
17
+ dataSource: any;
18
18
  };
19
19
  /**
20
20
  * 变量:`上级对象`
@@ -34,5 +34,5 @@ export declare const useParentObjectVariable: ({ collectionField, schema, noDisa
34
34
  shouldDisplayParentObject: boolean;
35
35
  /** 变量的值 */
36
36
  parentObjectCtx: any;
37
- collectionName: string;
37
+ collectionName: any;
38
38
  };