export interface TablaCatalogoRegistroResponse {
    columna?: string;
    valor?: string;
}
