urembo-hub-api
Preparing search index...
staff-assignments/dto/create-staff-assignment.dto
CreateStaffAssignmentDto
Class CreateStaffAssignmentDto
Index
Constructors
constructor
Properties
is
Active?
permissions
role
user
Id
Constructors
constructor
new
CreateStaffAssignmentDto
()
:
CreateStaffAssignmentDto
Returns
CreateStaffAssignmentDto
Properties
Optional
is
Active
isActive
?:
boolean
= true
permissions
permissions
:
{
manage_orders
?:
boolean
;
manage_payments
?:
boolean
;
manage_products
?:
boolean
;
manage_settings
?:
boolean
;
manage_tickets
?:
boolean
;
manage_users
?:
boolean
;
view_analytics
?:
boolean
;
}
role
role
:
"support"
|
"business_dev"
user
Id
userId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Active
permissions
role
user
Id
urembo-hub-api
Loading...