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:
10
2.0/data-types/index.ts
Normal file
10
2.0/data-types/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Base schema properties
|
||||
|
||||
export type { ArraySchema } from "./array";
|
||||
export type { BooleanSchema } from "./boolean";
|
||||
export type { FileSchema } from "./file";
|
||||
export type { IntegerSchema } from "./integer";
|
||||
export type { NumberSchema } from "./number";
|
||||
export type { ObjectSchema } from "./object";
|
||||
// Individual schema types
|
||||
export type { StringSchema } from "./string";
|
||||
Reference in New Issue
Block a user