View permissions on rowActionResponse

This commit is contained in:
Adria Navarro 2024-08-26 12:11:29 +02:00
parent ec2e5a0263
commit 42f849d9a1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export interface RowActionResponse extends RowActionData {
id: string
tableId: string
automationId: string
allowedViews: string[] | undefined
}
export interface RowActionsResponse {