Merge pull request #993 from adrianhopebailie/patch-1

fix: build fails with strict checks
This commit is contained in:
Elliot Lee
2019-04-08 13:04:27 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ export type TransactionJSON = {
Memos?: {Memo: ApiMemo}[],
Flags?: number,
Fulfillment?: string,
[Field: string]: string | number | Array<any> | RippledAmount
[Field: string]: string | number | Array<any> | RippledAmount | undefined
}
function formatPrepareResponse(txJSON: any): Prepare {