UNPKG

graphcool-cli-core

Version:

9 lines (8 loc) 242 B
import { Command, Flags } from 'graphcool-cli-engine'; export default class Playground extends Command { static topic: string; static description: string; static group: string; static flags: Flags; run(): Promise<void>; }