@asdp/ferryui 0.1.22-dev.10309 → 0.1.22-dev.10310

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.mts CHANGED
@@ -1752,7 +1752,7 @@ interface LoadType {
1752
1752
  id: string;
1753
1753
  name: string;
1754
1754
  };
1755
- loadType: string;
1755
+ description?: string;
1756
1756
  }
1757
1757
  interface IdentityType {
1758
1758
  id: number;
package/dist/index.d.ts CHANGED
@@ -1752,7 +1752,7 @@ interface LoadType {
1752
1752
  id: string;
1753
1753
  name: string;
1754
1754
  };
1755
- loadType: string;
1755
+ description?: string;
1756
1756
  }
1757
1757
  interface IdentityType {
1758
1758
  id: number;