Skip to content

Commit 40546fd

Browse files
authored
feat(typings): add support for action_intent_params in smart action hooks (#1137)
feat(action-intent): add typings for action intent params in action's requests
1 parent bed2b16 commit 40546fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ interface ActionRequestAttributes {
6161
all_records_subset_query: Query,
6262
all_records_ids_excluded: string[],
6363
smart_action_id: string,
64+
action_intent_params: Record<string, unknown> | null,
6465
}
6566

6667
// Base body from requests for action routes / hooks

0 commit comments

Comments
 (0)