UNPKG

@sanity-codegen/cli

Version:
18 lines 760 B
/// <reference types="@sanity-codegen/types/common" /> import { Command, flags } from '@oclif/command'; import * as Parser from '@oclif/parser'; export default class GroqCodegen extends Command { logger: Sanity.Codegen.Logger; static description: string; static flags: { help: Parser.flags.IBooleanFlag<void>; root: flags.IOptionFlag<string | undefined>; configPath: flags.IOptionFlag<string | undefined>; queryTypesOutputPath: flags.IOptionFlag<string | undefined>; schemaJsonInputPath: flags.IOptionFlag<string | undefined>; groqCodegenExclude: flags.IOptionFlag<string | undefined>; }; static args: Parser.args.IArg[]; run(): Promise<void>; } //# sourceMappingURL=groq-codegen.d.ts.map