diff --git a/main.ts b/main.ts index 0d59c6d..6a6773f 100644 --- a/main.ts +++ b/main.ts @@ -34,7 +34,7 @@ interface TransactionRequestResponse { data?: Record; time?: string; externalUrl?: string; - nessage?: string; + message?: string; actions?: Array; }