Merge pull request #1 from djkato/main

nessage -> message typo main.ts
This commit is contained in:
Jonatan Witoszek 2023-10-27 11:17:59 +02:00 committed by GitHub
commit 377fac8903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ interface TransactionRequestResponse {
data?: Record<string, string>;
time?: string;
externalUrl?: string;
nessage?: string;
message?: string;
actions?: Array<TransactionActions>;
}