mirror of
https://github.com/LukeHagar/openapi-types.git
synced 2025-12-06 04:20:29 +00:00
11 lines
374 B
TypeScript
11 lines
374 B
TypeScript
// 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";
|