mirror of
https://github.com/LukeHagar/openapi-types.git
synced 2025-12-09 20:47:44 +00:00
Add new OpenAPI 2.0 and 3.0 specifications, including comprehensive type definitions and example files. Update .gitignore and bunfig.toml, and remove obsolete MIGRATION.md. Enhance README with additional usage examples and clarify type definitions.
This commit is contained in:
9
3.1/data-types/index.ts
Normal file
9
3.1/data-types/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type { ArraySchema } from "./array";
|
||||
export type { BooleanSchema } from "./boolean";
|
||||
export type { CompositionSchema } from "./composition";
|
||||
export type { IntegerSchema } from "./integer";
|
||||
export type { NullSchema } from "./null";
|
||||
export type { NumberSchema } from "./number";
|
||||
export type { ObjectSchema } from "./object";
|
||||
export type { ReferenceSchema } from "./reference";
|
||||
export type { StringSchema } from "./string";
|
||||
Reference in New Issue
Block a user