7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
import type { NodeType } from '.';
|
|
import type { Oas3_1NodeType } from './redocly-yaml';
|
|
export declare const Schema: NodeType;
|
|
export declare const SchemaProperties: NodeType;
|
|
export declare const DependentRequired: NodeType;
|
|
export declare const Oas3_1Types: Record<Oas3_1NodeType, NodeType>;
|