export interface IDeleteParams { idsNotas: number[]; } export interface IDeleteResponse { data: { alertas: string[]; idsExcluidos: number[]; }; }