Interface

This commit is contained in:
Adria Navarro 2024-07-23 13:34:40 +02:00
parent 7bad3ad39c
commit 15a8907811
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ export interface RowActionResponse extends RowActionData {
export interface RowActionsResponse {
actions: Record<string, RowActionResponse>
}
export interface RowActionTriggerRequest {
rowId: string
}