ronds-metadata 1.3.87 → 1.3.88
Sign up to get free protection for your applications and to get access to all the features.
@@ -94,6 +94,26 @@ export declare const BusinessSchema: {
|
|
94
94
|
}[];
|
95
95
|
enum?: undefined;
|
96
96
|
items?: undefined;
|
97
|
+
} | {
|
98
|
+
id: string;
|
99
|
+
type: string;
|
100
|
+
fields: {
|
101
|
+
id: string;
|
102
|
+
type: string;
|
103
|
+
refId: string;
|
104
|
+
value: {
|
105
|
+
common: {
|
106
|
+
label: string;
|
107
|
+
labelSpan: number;
|
108
|
+
depend: {
|
109
|
+
show: string;
|
110
|
+
};
|
111
|
+
};
|
112
|
+
'common-en-US': {};
|
113
|
+
};
|
114
|
+
}[];
|
115
|
+
enum?: undefined;
|
116
|
+
items?: undefined;
|
97
117
|
} | {
|
98
118
|
id: string;
|
99
119
|
type: string;
|