@gem-sdk/core 1.58.0-dev.93 → 1.58.0-dev.96
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/dist/types/index.d.ts
CHANGED
|
@@ -9087,6 +9087,7 @@ type ComponentSetting<P extends BaseProps> = {
|
|
|
9087
9087
|
image?: string;
|
|
9088
9088
|
icon?: string;
|
|
9089
9089
|
settings?: Setting<P>[];
|
|
9090
|
+
settingsV2?: Setting<P>[];
|
|
9090
9091
|
advanced?: Record<string, any>;
|
|
9091
9092
|
rootOverride?: Record<string, any>;
|
|
9092
9093
|
init?: InitComponentType[] | {
|