export interface IDeleteManyParams { idsPedidosVendas: number[]; } export interface IDeleteManyResponse { data: { alertas: string[]; }; }