import { PaisTipo } from './PaisTipo';
export interface ResultGet13 {
    PaisTipo?: Array<PaisTipo>;
}
