polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
13 lines • 803 B
TypeScript
export { registerChannelCommands } from './channel.commands';
export { registerStreamCommands } from './stream.commands';
export { registerProductCommands } from './product.commands';
export { registerMonitorCommands } from './monitor.commands';
export { registerAccountCommands } from './account.commands';
export { registerUseCommand } from './use.commands';
export { registerPlatformCommands } from './platform.commands';
export { registerPlatformLabelCommands } from './platform-label.commands';
export { registerInteractionCommands } from './interaction.commands';
export { registerInviteSalesCommands } from './invite-sales.commands';
export { registerCustomFieldCommands } from './custom-field.commands';
export { registerUserCommands } from './user.commands';
//# sourceMappingURL=index.d.ts.map