UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

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