Skip to content

Commit

Permalink
fix(actions): add missing fields to actions options interface (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennytaccardi authored Nov 5, 2024
1 parent aa192f5 commit c0a0af4
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 c0a0af4

Please sign in to comment.