Skip to content

Commit 60c0195

Browse files
committed
feat: export openapi spec from stainless
1 parent 7504519 commit 60c0195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stainless/src/stl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as z from "./z";
22
import { openapiSpec } from "./openapiSpec";
33
import type { OpenAPIObject } from "zod-openapi/lib-types/openapi3-ts/dist/oas31";
44
import coerceParams from "./coerceParams";
5+
export { openapiSpec };
56
export { type SelectTree, parseSelect } from "./parseSelect";
67
export { z };
78
export { createClient } from "./client";

0 commit comments

Comments
 (0)