UNPKG

@unkey/api

Version:

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

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