export interface TablaDetalleRequest {
    campo?: string;
    tipoDato?: number;
    valor?: string;
}
