add missing type for SafeTxHash in TxServiceModel
This commit is contained in:
parent
9842fde98c
commit
b544be0ce2
|
@ -32,6 +32,7 @@ type TxServiceModel = {
|
|||
data: string,
|
||||
operation: number,
|
||||
nonce: number,
|
||||
safeTxHash: string,
|
||||
submissionDate: string,
|
||||
executionDate: string,
|
||||
confirmations: ConfirmationServiceModel[],
|
||||
|
|
Loading…
Reference in New Issue