persona-community-5/.pnpm-store/v3/files/0a/93fb0e3b4f81e77faedb2c6c8163ec91323f7ffa104b0db8c49c2ea34acbaa80d7befbb4cc21c32069a7810c5f9aff0cf34c9443033e3e969f63c3d512abf1
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
151 B
Plaintext

import type { NodeType } from '.';
import type { Oas2NodeType } from './redocly-yaml';
export declare const Oas2Types: Record<Oas2NodeType, NodeType>;