Skip to content

Commit

Permalink
Change types
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 27, 2023
1 parent 739b25b commit 683e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typedefs/src/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface InteractionAccount {
export interface Interaction {
tag: InteractionTag
assigns: Record<string, any>
status: string
status: InteractionStatus
reason: string | null
accounts: Record<string, any>
params: Record<string, any>
Expand Down

0 comments on commit 683e931

Please sign in to comment.