update types
This commit is contained in:
parent
58e59acb10
commit
f6e5b69e5a
2 changed files with 2 additions and 2 deletions
2
dist/flow-typed/File.js
vendored
2
dist/flow-typed/File.js
vendored
|
@ -12,7 +12,7 @@ declare type FileListItem = {
|
|||
claim_name: string,
|
||||
completed: false,
|
||||
content_fee?: { txid: string },
|
||||
purchase_receipt?: { txid: string },
|
||||
purchase_receipt?: { txid: string, amount: string },
|
||||
download_directory: string,
|
||||
download_path: string,
|
||||
file_name: string,
|
||||
|
|
2
flow-typed/File.js
vendored
2
flow-typed/File.js
vendored
|
@ -12,7 +12,7 @@ declare type FileListItem = {
|
|||
claim_name: string,
|
||||
completed: false,
|
||||
content_fee?: { txid: string },
|
||||
purchase_receipt?: { txid: string },
|
||||
purchase_receipt?: { txid: string, amount: string },
|
||||
download_directory: string,
|
||||
download_path: string,
|
||||
file_name: string,
|
||||
|
|
Loading…
Reference in a new issue