MarketplacePluginDetails into flipper-common
Summary: ^ Reviewed By: antonk52 Differential Revision: D37715921 fbshipit-source-id: 05d35c472e847a7891fd4af1e88a3425e1d55f13
This commit is contained in:
committed by
Facebook GitHub Bot
parent
caa04f4a44
commit
ea958b0b15
@@ -17,16 +17,13 @@ import type {
|
||||
ActivatablePluginDetails,
|
||||
BundledPluginDetails,
|
||||
InstalledPluginDetails,
|
||||
MarketplacePluginDetails,
|
||||
} from 'flipper-common';
|
||||
import type {Actions} from '.';
|
||||
import produce from 'immer';
|
||||
import {isDevicePluginDefinition} from '../utils/pluginUtils';
|
||||
import semver from 'semver';
|
||||
|
||||
export interface MarketplacePluginDetails extends DownloadablePluginDetails {
|
||||
availableVersions?: DownloadablePluginDetails[];
|
||||
}
|
||||
|
||||
export type State = StateV1;
|
||||
|
||||
type StateV1 = {
|
||||
|
||||
Reference in New Issue
Block a user