/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/openapi/test/openApiCompat.test.ts
7 строк
297 B
Nick Lucas
feat: OpenAPI Cyclic Types support (#7283)
28 мар 2026, 12:57
Не верифицирован
28 мар 2026, 12:57
bdf2c65
Код
Авторство
О чём код?
import type { OpenAPIV3_1 } from 'openapi-types'; import { it } from 'vitest'; import type { Document } from '../src/types'; it('our document type is a superset of the published OpenAPI v3.1 document type', () => { const _publishedTypes: Document = null as unknown as OpenAPIV3_1.Document; });