UNPKG

graphcool-cli-core

Version:

9 lines (8 loc) 234 B
import { Command } from 'graphcool-cli-engine'; export default class List extends Command { static topic: string; static description: string; static group: string; static aliases: string[]; run(): Promise<void>; }