WIP jordan
This commit is contained in:
15
app/types/roles.ts
Normal file
15
app/types/roles.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export type SegurosPermissionKey =
|
||||
| 'profile'
|
||||
| 'portfolio'
|
||||
| 'layers'
|
||||
| 'tasks'
|
||||
| 'billing'
|
||||
| 'analytics'
|
||||
| 'support'
|
||||
|
||||
export type RoleRow = {
|
||||
id: number
|
||||
description: string
|
||||
active: boolean
|
||||
seguros: Record<SegurosPermissionKey, boolean>
|
||||
}
|
||||
Reference in New Issue
Block a user