import { TributoTipo } from './TributoTipo';
export interface ResultGet4 {
    TributoTipo?: Array<TributoTipo>;
}
