@neezy-inc/sdk
Preparing search index...
types/contratos.type
GetContratosQueryDTO
Interface GetContratosQueryDTO
interface
GetContratosQueryDTO
{
arquivado
?:
boolean
;
cliente_id
?:
string
;
corretor_id
?:
string
;
imovel_id
?:
string
;
limit
?:
number
;
orderBy
?:
"updated_at"
|
"created_at"
|
"valor_contrato"
|
"data_inicio"
;
orderDirection
?:
"asc"
|
"desc"
;
page
?:
number
;
search
?:
string
;
status
?:
ContratoStatus
;
tipo_contrato
?:
TipoContrato
;
}
Index
Properties
arquivado?
cliente_
id?
corretor_
id?
imovel_
id?
limit?
order
By?
order
Direction?
page?
search?
status?
tipo_
contrato?
Properties
Optional
arquivado
arquivado
?:
boolean
Optional
cliente_
id
cliente_id
?:
string
Optional
corretor_
id
corretor_id
?:
string
Optional
imovel_
id
imovel_id
?:
string
Optional
limit
limit
?:
number
Optional
order
By
orderBy
?:
"updated_at"
|
"created_at"
|
"valor_contrato"
|
"data_inicio"
Optional
order
Direction
orderDirection
?:
"asc"
|
"desc"
Optional
page
page
?:
number
Optional
search
search
?:
string
Optional
status
status
?:
ContratoStatus
Optional
tipo_
contrato
tipo_contrato
?:
TipoContrato
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arquivado
cliente_
id
corretor_
id
imovel_
id
limit
order
By
order
Direction
page
search
status
tipo_
contrato
@neezy-inc/sdk
Loading...