@redocly/cli
Version:
[@Redocly](https://redocly.com) CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make
8 lines • 356 B
TypeScript
import type { AnyOas3Definition, JoinDocumentContext } from '../types.js';
export declare function collectWebhooks({ joinedDef, withoutXTagGroups, openapi, context, }: {
joinedDef: any;
withoutXTagGroups: boolean | undefined;
openapi: AnyOas3Definition;
context: JoinDocumentContext;
}): void;
//# sourceMappingURL=collect-webhooks.d.ts.map