nessage typo
This commit is contained in:
parent
fc87270da8
commit
20d91d9501
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -34,7 +34,7 @@ interface TransactionRequestResponse {
|
||||||
data?: Record<string, string>;
|
data?: Record<string, string>;
|
||||||
time?: string;
|
time?: string;
|
||||||
externalUrl?: string;
|
externalUrl?: string;
|
||||||
nessage?: string;
|
message?: string;
|
||||||
actions?: Array<TransactionActions>;
|
actions?: Array<TransactionActions>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue