lbry-desktop/flow-typed/content.js

9 lines
117 B
JavaScript

// @flow
declare type PlayingUri = {
uri: string,
pathname: string,
commentId?: string,
source?: string,
};