Interface
This commit is contained in:
parent
7bad3ad39c
commit
15a8907811
|
@ -13,3 +13,7 @@ export interface RowActionResponse extends RowActionData {
|
||||||
export interface RowActionsResponse {
|
export interface RowActionsResponse {
|
||||||
actions: Record<string, RowActionResponse>
|
actions: Record<string, RowActionResponse>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface RowActionTriggerRequest {
|
||||||
|
rowId: string
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue