export interface IDeleteParams {
    idContato: number;
}
