@nocobase/client 1.4.10 → 1.4.11

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.
@@ -101,6 +101,7 @@ export declare class ViewCollectionTemplate extends CollectionTemplate {
101
101
  type: string;
102
102
  'x-component': import("react").MemoExoticComponent<(props: any) => import("react").JSX.Element>;
103
103
  'x-hidden': string;
104
+ 'x-decorator': string;
104
105
  'x-reactions': {
105
106
  dependencies: string[];
106
107
  fulfill: {
@@ -109,6 +110,7 @@ export declare class ViewCollectionTemplate extends CollectionTemplate {
109
110
  };
110
111
  };
111
112
  };
113
+ description: string;
112
114
  };
113
115
  preview: {
114
116
  type: string;