@neezy-inc/sdk
Preparing search index...
types/imoveis.type
CreateImovel
Interface CreateImovel
interface
CreateImovel
{
address
:
{
bairro
:
string
;
cep
:
string
;
cidade
:
string
;
complemento
?:
string
;
logradouro
:
string
;
numero
:
string
;
uf
:
string
;
}
;
andar
?:
number
;
banheiros
?:
number
;
caracteristicas
:
string
[]
;
metragem
?:
number
;
quartos
?:
number
;
tipo_garagem
?:
TipoGaragem
;
tipo_imovel
?:
TipoImovel
;
vagas_garagem
?:
number
;
}
Index
Properties
address
andar?
banheiros?
caracteristicas
metragem?
quartos?
tipo_
garagem?
tipo_
imovel?
vagas_
garagem?
Properties
address
address
:
{
bairro
:
string
;
cep
:
string
;
cidade
:
string
;
complemento
?:
string
;
logradouro
:
string
;
numero
:
string
;
uf
:
string
;
}
Optional
andar
andar
?:
number
Optional
banheiros
banheiros
?:
number
caracteristicas
caracteristicas
:
string
[]
Optional
metragem
metragem
?:
number
Optional
quartos
quartos
?:
number
Optional
tipo_
garagem
tipo_garagem
?:
TipoGaragem
Optional
tipo_
imovel
tipo_imovel
?:
TipoImovel
Optional
vagas_
garagem
vagas_garagem
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
andar
banheiros
caracteristicas
metragem
quartos
tipo_
garagem
tipo_
imovel
vagas_
garagem
@neezy-inc/sdk
Loading...