UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 217 B
import { Guid } from "./Guid"; import { WorkerProxyFunction } from "./Workers"; export declare const WorkerProxyFuncs: { ui: { loadManifests: WorkerProxyFunction<Guid[], Guid[]>; }; worker: {}; };