update types

This commit is contained in:
Sean Yesmunt 2020-05-20 13:42:36 -04:00
parent 58e59acb10
commit f6e5b69e5a
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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,