Skip to content

Commit b87e28e

Browse files
committed
feat(action-intent): add typings for action intent params in action's requests
1 parent 48f2aeb commit b87e28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)