ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-actions
ActionAssignee
Interface ActionAssignee
interface
ActionAssignee
{
id
:
string
;
userId
?:
string
|
null
;
name
?:
string
|
null
;
email
?:
string
|
null
;
role
?:
string
|
null
;
notes
?:
string
|
null
;
user
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
|
null
;
}
Index
Properties
id
user
Id?
name?
email?
role?
notes?
user?
Properties
id
id
:
string
Optional
user
Id
userId
?:
string
|
null
Optional
name
name
?:
string
|
null
Optional
email
email
?:
string
|
null
Optional
role
role
?:
string
|
null
Optional
notes
notes
?:
string
|
null
Optional
user
user
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
user
Id
name
email
role
notes
user
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...