Persist automation id in row action

This commit is contained in:
Adria Navarro 2024-07-18 10:41:20 +02:00
parent 7a7ed7c5fd
commit 6571d61b86
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export interface TableRowActions extends Document {
string,
{
name: string
automationId: string
}
>
}