UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

6 lines 208 B
import Command from '../../base-command'; export default class ResetConfig extends Command<typeof ResetConfig> { static description: string; run(): Promise<void>; } //# sourceMappingURL=reset.d.ts.map