We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed2b16 commit 40546fdCopy full SHA for 40546fd
1 file changed
types/index.d.ts
@@ -61,6 +61,7 @@ interface ActionRequestAttributes {
61
all_records_subset_query: Query,
62
all_records_ids_excluded: string[],
63
smart_action_id: string,
64
+ action_intent_params: Record<string, unknown> | null,
65
}
66
67
// Base body from requests for action routes / hooks
0 commit comments