@graphql-hive/cli
Version:
A CLI util to manage and control your GraphQL Hive
9 lines • 325 B
TypeScript
import Command from '../../base-command';
export default class DeleteConfig extends Command<typeof DeleteConfig> {
static description: string;
static args: {
key: import("@oclif/core/lib/interfaces").Arg<string, Record<string, unknown>>;
};
run(): Promise<void>;
}
//# sourceMappingURL=delete.d.ts.map