export interface PessoaVinculoVO { idVinculoPessoaSubgrupo?: number; nome?: string; sobrenome?: string; apelido?: string; urlImagem?: any; }