import { ConceptoTipo } from './ConceptoTipo';
export interface ResultGet8 {
    ConceptoTipo?: Array<ConceptoTipo>;
}
