4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
import type { NodeType } from '.';
|
|
import type { Oas2NodeType } from './redocly-yaml';
|
|
export declare const Oas2Types: Record<Oas2NodeType, NodeType>;
|