UNPKG

@adinsure-ops/ops-cli

Version:

Operations CLI for working with AdInsure

9 lines (8 loc) 269 B
import CommandBase from '../../command.base.js'; export default class ConfigList extends CommandBase<typeof ConfigList> { static aliases: string[]; static description: string; static usage: string; static examples: string[]; run(): Promise<void>; }