export interface UsoArbitrioTipoProjection {
    abreviatura?: string;
    descripcion?: string;
    usoArbitrioId?: number;
}
