lbry-desktop/flow-typed/reportContent.js
2021-04-21 10:49:31 -04:00

10 lines
143 B
JavaScript

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