lbry-desktop/flow-typed/reportContent.js

10 lines
143 B
JavaScript
Raw Normal View History

// @flow
import * as ACTIONS from 'constants/action_types';
declare type ReportContentState = {
isReporting: boolean,
error: string,
};