UNPKG

@unkey/api

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.

12 lines 438 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; /** @internal */ export const V2ApisGetApiRequestBody$outboundSchema = z.object({ apiId: z.string(), }); export function v2ApisGetApiRequestBodyToJSON(v2ApisGetApiRequestBody) { return JSON.stringify(V2ApisGetApiRequestBody$outboundSchema.parse(v2ApisGetApiRequestBody)); } //# sourceMappingURL=v2apisgetapirequestbody.js.map