export interface PreCadastroContaVO { idPreCadastroConta?: number; nome?: string; sobrenome?: string; apelido?: string; urlImagem?: string; }