export interface IDeleteManyParams {
    idsContatos: number[];
}
