Add rowaction permission to document

This commit is contained in:
Adria Navarro 2024-08-26 10:54:42 +02:00
parent d9e34ba056
commit 3cfe556b0f
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ export interface TableRowActions extends Document {
{
name: string
automationId: string
permissions: {
table: { runAllowed: boolean }
views: Record<string, { runAllowed: boolean }>
}
}
>
}