@appcorp/fusion-storybook 0.3.64 → 0.3.66

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.
@@ -169,11 +169,13 @@ export interface MobileNotificationBE {
169
169
  data: Record<string, unknown> | null;
170
170
  id: string;
171
171
  read: boolean;
172
+ schoolId?: string;
172
173
  title: string;
173
174
  type: NOTIFICATION_TYPE;
174
175
  updatedAt: string;
175
176
  familyId: string;
176
177
  family?: FamilyBE;
178
+ school?: SchoolBE;
177
179
  }
178
180
  /**
179
181
  * Per-family notification category and channel preferences