UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

9 lines 316 B
import Command from '../../base-command'; export default class GetConfig extends Command<typeof GetConfig> { static description: string; static args: { key: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>; }; run(): Promise<void>; } //# sourceMappingURL=get.d.ts.map