add missing type for SafeTxHash in TxServiceModel

This commit is contained in:
Mikhail Mikheev 2019-08-29 15:43:22 +04:00
parent 9842fde98c
commit b544be0ce2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ type TxServiceModel = {
data: string,
operation: number,
nonce: number,
safeTxHash: string,
submissionDate: string,
executionDate: string,
confirmations: ConfirmationServiceModel[],