We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7504519 commit 60c0195Copy full SHA for 60c0195
packages/stainless/src/stl.ts
@@ -2,6 +2,7 @@ import * as z from "./z";
2
import { openapiSpec } from "./openapiSpec";
3
import type { OpenAPIObject } from "zod-openapi/lib-types/openapi3-ts/dist/oas31";
4
import coerceParams from "./coerceParams";
5
+export { openapiSpec };
6
export { type SelectTree, parseSelect } from "./parseSelect";
7
export { z };
8
export { createClient } from "./client";
0 commit comments