@local-civics/mgmt-ui 0.1.193 → 0.1.194

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
@@ -740,6 +740,7 @@ interface Item$3 {
740
740
  isComplete?: boolean;
741
741
  badges: Item$4[];
742
742
  categoryPoints?: Record<string, number>;
743
+ [key: string]: any;
743
744
  }
744
745
 
745
746
  /**