mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 09:37:24 +00:00
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
// @flow
|
|
import * as ACTIONS from 'constants/action_types';
|
|
|
|
declare type ReportContentState = {
|
|
isReporting: boolean,
|
|
error: string,
|
|
};
|
|
|
|
|