UNPKG

@redocly/respect-core

Version:
8 lines 310 B
import { type CommandArgs } from '../types'; export type GenerateArazzoFileOptions = { descriptionPath: string; 'output-file'?: string; config?: never; }; export declare function handleGenerate({ argv }: CommandArgs<GenerateArazzoFileOptions>): Promise<void>; //# sourceMappingURL=generate.d.ts.map