UNPKG

graphcool-cli-core

Version:

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