@gphone/sdk
Preparing search index...
Contact
Interface Contact
interface
Contact
{
avatar
?:
string
;
citizenid
:
string
;
created_at
:
string
|
Date
;
email
?:
string
;
favorite
:
boolean
;
firstname
:
string
;
id
:
number
;
lastname
?:
string
;
phone
:
string
;
status
?:
"deleted"
|
"active"
|
"moderated"
;
updated_at
:
string
|
Date
;
}
Index
Properties
avatar?
citizenid
created_
at
email?
favorite
firstname
id
lastname?
phone
status?
updated_
at
Properties
Optional
avatar
avatar
?:
string
citizenid
citizenid
:
string
created_
at
created_at
:
string
|
Date
Optional
email
email
?:
string
favorite
favorite
:
boolean
firstname
firstname
:
string
id
id
:
number
Optional
lastname
lastname
?:
string
phone
phone
:
string
Optional
status
status
?:
"deleted"
|
"active"
|
"moderated"
updated_
at
updated_at
:
string
|
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
avatar
citizenid
created_
at
email
favorite
firstname
id
lastname
phone
status
updated_
at
@gphone/sdk
Loading...