Skip to content

Commit

Permalink
Make action/outlineId options required in PlaybookOutlineEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed May 8, 2024
1 parent 648b9a6 commit 1a77fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/lightspeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export interface IssueFeedbackEvent {
}

export interface PlaybookOutlineEvent {
action?: ThumbsUpDownAction;
outlineId?: string;
action: ThumbsUpDownAction;
outlineId: string;
}

export interface FeedbackRequestParams {
Expand Down

0 comments on commit 1a77fe7

Please sign in to comment.