lbry-desktop/flow-typed/web-file.js
jessopb 815ab193aa
update publishing messages: (#3794)
increase lbrytv limit until tv transcoding
warn about bitrate
warn about strange types
more reliably convey size limit message
2020-03-06 18:11:16 -05:00

8 lines
110 B
JavaScript

declare type WebFile = {
name: string,
title?: string,
path?: string,
size: string,
type: string,
}