UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

8 lines (7 loc) 257 B
import { BaseTopicCommand } from "../../base-topic-command.js"; export default class BenchTopic extends BaseTopicCommand { protected topicName: string; protected commandGroup: string; static description: string; static examples: string[]; }