export type NotificationUpdateRequest = { is_active?: boolean; state_names?: string[]; tags?: string[]; block_document_id?: string; };