@animaapp/anima-sdk 0.17.0 → 0.19.0

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/index.d.ts CHANGED
@@ -175,6 +175,7 @@ export declare type CodegenSettings = BaseSettings & {
175
175
  images?: Array<{
176
176
  url: string;
177
177
  }>;
178
+ designSystemId?: string;
178
179
  };
179
180
 
180
181
  /**