import { RoleDTO } from "./roleDTO"; import { IgrejaDTO } from "./igrejaDTO"; export class SobrescreverContaDTO { idSobrescreverConta?: number; idPessoa?: number; igreja?: IgrejaDTO; codigo?: string; role?: RoleDTO; }