ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/models/user
UserPermission
Interface UserPermission
interface
UserPermission
{
id
:
string
;
slug
:
string
;
name
:
string
;
description
?:
string
|
null
;
createdByUserId
?:
string
|
null
;
createdAt
:
Date
;
createdByUser
?:
User
|
null
;
roles
?:
UserRolePermission
[]
;
}
Index
Properties
id
slug
name
description?
created
By
User
Id?
created
At
created
By
User?
roles?
Properties
id
id
:
string
slug
slug
:
string
name
name
:
string
Optional
description
description
?:
string
|
null
Optional
created
By
User
Id
createdByUserId
?:
string
|
null
created
At
createdAt
:
Date
Optional
created
By
User
createdByUser
?:
User
|
null
Optional
roles
roles
?:
UserRolePermission
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
slug
name
description
created
By
User
Id
created
At
created
By
User
roles
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...