export type NotificationUpdate = {
    isActive?: boolean;
    stateNames?: string[];
    tags?: string[];
    blockDocumentId?: string;
};
