UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

12 lines (11 loc) 424 B
import type { Oas2Decorator } from '../../visitors'; export declare const decorators: { 'registry-dependencies': Oas2Decorator; 'operation-description-override': Oas2Decorator; 'tag-description-override': Oas2Decorator; 'info-description-override': Oas2Decorator; 'info-override': Oas2Decorator; 'remove-x-internal': Oas2Decorator; 'filter-in': Oas2Decorator; 'filter-out': Oas2Decorator; };