import { IvaTipo } from './IvaTipo';
export interface ResultGet6 {
    IvaTipo?: Array<IvaTipo>;
}
