UNPKG

graphcool-cli-core

Version:

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