8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
import type { NodeType } from '.';
|
|
import type { Oas3NodeType } from './redocly-yaml';
|
|
export declare const ExternalDocs: NodeType;
|
|
export declare const Xml: NodeType;
|
|
export declare const DiscriminatorMapping: NodeType;
|
|
export declare const Discriminator: NodeType;
|
|
export declare const Oas3Types: Record<Oas3NodeType, NodeType>;
|