export interface ILegionsPluginDataOrigin<T = {}> extends T {
    openBrowserUpdateMessage?: () => void;
}
