export interface MoneyPlusProposalSubscribers { ID: number; Codigo: string; CodigoProposta: string; Nome: string; Email: string; Documento: string; Descricao: string; TelefoneCelular: string; SenhaAprovacao?: any; IPAssinatura?: any; SenhaTokenEmailSMS: string; DtInclusao: string; DtSenhaAprovacao?: any; DtAssinatura?: any; NotificarPorEmail: boolean; DtLimiteAssinatura: string; ValidarTelefoneEmail: boolean; EntryState: number; Messages: any[]; UnitOfWork?: any; HasErrors: boolean; }