blob: a1fc9921af963db2745da117a1067f2e9e976174 [file]
export class NotificationHistoryExpansionState {
incidentId: number;
historyOpen: boolean;
}