export interface IDeleteParams {
    idBordero: number;
}
