@omnia/tooling-composers
Version:
Provide tooling to work with manifest things.
10 lines (9 loc) • 333 B
TypeScript
import { ServiceBase } from './models/index';
export declare class ServiceManifestRegistry {
private static Service;
static AddService: (service: ServiceBase) => void;
static getServiceInfo: () => ServiceBase;
private static getServerManifests;
private static clearState;
private static ServerSubscription;
}