Skip to content

Commit

Permalink
fix(smart-actions): add missing fields to smart actions options inter…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
bennytaccardi committed Nov 5, 2024
1 parent aa192f5 commit a72fc1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ export interface SmartActionOptions {
endpoint?: string;
httpMethod?: string;
hooks?: SmartActionHooks;
description?: string;
submitButtonLabel?: string;
}

export interface SmartSegmentOptions {
Expand Down

0 comments on commit a72fc1c

Please sign in to comment.