From 683e931b27e240aaf6aae324683aa1e868f5a846 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Mon, 27 Nov 2023 15:45:26 -0800 Subject: [PATCH] Change types --- packages/typedefs/src/interaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typedefs/src/interaction.ts b/packages/typedefs/src/interaction.ts index 4c1504bad..255ab74ed 100644 --- a/packages/typedefs/src/interaction.ts +++ b/packages/typedefs/src/interaction.ts @@ -50,7 +50,7 @@ export interface InteractionAccount { export interface Interaction { tag: InteractionTag assigns: Record - status: string + status: InteractionStatus reason: string | null accounts: Record params: Record