lbry-desktop/flow-typed/Reflector.js

6 lines
117 B
JavaScript
Raw Normal View History

declare type ReflectingUpdate = {
fileListItem: FileListItem,
progress: number | boolean,
stalled: boolean,
};