Files
nats-python/openapi_templete/node_modules/@asyncapi/specs/index.d.ts
T
2026-06-01 13:17:37 +02:00

13 lines
279 B
TypeScript

import type { JSONSchema7 } from 'json-schema';
declare const _exports: {
'2.0.0': JSONSchema7;
'2.1.0': JSONSchema7;
'2.2.0': JSONSchema7;
'2.3.0': JSONSchema7;
'2.4.0': JSONSchema7;
'2.5.0': JSONSchema7;
'2.6.0': JSONSchema7;
};
export = _exports;