Preparing search index...
The search index is not available
candor-rest-sdk
candor-rest-sdk
Types
UserInterface
Interface UserInterface
CandorUser interface.
interface
UserInterface
{
avatar
:
undefined
|
string
;
bio
:
undefined
|
string
;
contactEmail
:
undefined
|
string
;
flags
:
string
[]
;
freelancerId
:
undefined
|
string
;
freelancerProfile
:
undefined
|
FreelacerProfile
;
type
:
UserType
;
username
:
string
;
}
Implemented by
CandorUser
Index
Properties
avatar
bio
contact
Email
flags
freelancer
Id
freelancer
Profile
type
username
Properties
avatar
avatar
:
undefined
|
string
bio
bio
:
undefined
|
string
contact
Email
contactEmail
:
undefined
|
string
flags
flags
:
string
[]
freelancer
Id
freelancerId
:
undefined
|
string
freelancer
Profile
freelancerProfile
:
undefined
|
FreelacerProfile
type
type
:
UserType
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
bio
contact
Email
flags
freelancer
Id
freelancer
Profile
type
username
candor-rest-sdk
Loading...
CandorUser interface.