1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Interface

This commit is contained in:
Adria Navarro 2024-07-23 13:34:40 +02:00
parent 7bad3ad39c
commit 15a8907811

View file

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