@apolitical/component-library 4.6.0-4652.1 → 4.6.0-4652.3

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.
@@ -149,7 +149,7 @@ export interface IndividualCarouselProps extends BaseCarouselProps {
149
149
  cardTypes: CardContentType[];
150
150
  }
151
151
  export type MemberType = {
152
- count: number;
152
+ count: string;
153
153
  isMember: boolean;
154
154
  memberType: string | null;
155
155
  };