...
IOTRole
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
interface IOTRole { id: string; name: string; permissions: string[]; is_custom: boolean; description?: string; project_id: string; } |
...
...
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
interface IOTRole { id: string; name: string; permissions: string[]; is_custom: boolean; description?: string; project_id: string; } |
...