diff --git a/packages/types/src/api/web/app/rowAction.ts b/packages/types/src/api/web/app/rowAction.ts index 305c42b473..2b2b6e1927 100644 --- a/packages/types/src/api/web/app/rowAction.ts +++ b/packages/types/src/api/web/app/rowAction.ts @@ -13,3 +13,7 @@ export interface RowActionResponse extends RowActionData { export interface RowActionsResponse { actions: Record } + +export interface RowActionTriggerRequest { + rowId: string +}