polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
6 lines • 357 B
TypeScript
export { ChannelService } from './channel.service';
export { StreamService } from './stream.service';
export type { StreamServiceConfig } from './stream.service';
export { SystemResourceService } from './system-resource.service';
export type { SystemResourcesDetailed, NetworkInterface } from './system-resource.service';
//# sourceMappingURL=index.d.ts.map