View permissions on rowActionResponse
This commit is contained in:
parent
ec2e5a0263
commit
42f849d9a1
|
@ -8,6 +8,7 @@ export interface RowActionResponse extends RowActionData {
|
|||
id: string
|
||||
tableId: string
|
||||
automationId: string
|
||||
allowedViews: string[] | undefined
|
||||
}
|
||||
|
||||
export interface RowActionsResponse {
|
||||
|
|
Loading…
Reference in New Issue