Add rowaction permission to document
This commit is contained in:
parent
d9e34ba056
commit
3cfe556b0f
|
@ -7,6 +7,10 @@ export interface TableRowActions extends Document {
|
||||||
{
|
{
|
||||||
name: string
|
name: string
|
||||||
automationId: string
|
automationId: string
|
||||||
|
permissions: {
|
||||||
|
table: { runAllowed: boolean }
|
||||||
|
views: Record<string, { runAllowed: boolean }>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue