UNPKG

@unkey/api

Version:

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

13 lines 479 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; /** @internal */ export const V2KeysGetKeyRequestBody$outboundSchema = z.object({ keyId: z.string(), decrypt: z.boolean().default(false), }); export function v2KeysGetKeyRequestBodyToJSON(v2KeysGetKeyRequestBody) { return JSON.stringify(V2KeysGetKeyRequestBody$outboundSchema.parse(v2KeysGetKeyRequestBody)); } //# sourceMappingURL=v2keysgetkeyrequestbody.js.map