lbry-desktop/flow-typed/web-file.js
2020-08-13 11:11:23 -04:00

7 lines
79 B
JavaScript

// @flow
declare type WebFile = File & {
path?: string,
title?: string,
}