Skip to content

Commit

Permalink
remove optional check
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed May 2, 2024
1 parent 5bd1f1c commit 91dd6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type OpenFrameButtonResult =
action: 'link' | 'mint';
target: string;
label: string;
postUrl?: never;
postUrl: never;
}
| {
action: 'post' | 'post_redirect';
Expand Down

0 comments on commit 91dd6df

Please sign in to comment.