@redocly/respect-core
Version:
API testing framework core
8 lines • 310 B
TypeScript
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