import { TAlertsList } from '@/domains/alerts/fetchers'; export interface IAlertsTableProps { data: TAlertsList; }