Files
openapi-types/2.0/data-types/index.ts

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";