@neezy-inc/sdk
Preparing search index...
types/propostas.type
PropostaHistoricoResponseDTO
Interface PropostaHistoricoResponseDTO
interface
PropostaHistoricoResponseDTO
{
acao
:
PropostaAcao
;
created_at
:
Date
;
id
:
string
;
observacao
:
null
|
string
;
user
:
{
id
:
string
;
pessoa
:
{
nome_completo
:
null
|
string
;
profilePic
:
string
}
;
}
;
}
Index
Properties
acao
created_
at
id
observacao
user
Properties
acao
acao
:
PropostaAcao
created_
at
created_at
:
Date
id
id
:
string
observacao
observacao
:
null
|
string
user
user
:
{
id
:
string
;
pessoa
:
{
nome_completo
:
null
|
string
;
profilePic
:
string
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acao
created_
at
id
observacao
user
@neezy-inc/sdk
Loading...