UNPKG

@unkey/api

Version:

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

15 lines 553 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; /** @internal */ export const KeysVerifyKeyRatelimit$outboundSchema = z.object({ name: z.string(), cost: z.number().int().default(1), limit: z.number().int().optional(), duration: z.number().int().optional(), }); export function keysVerifyKeyRatelimitToJSON(keysVerifyKeyRatelimit) { return JSON.stringify(KeysVerifyKeyRatelimit$outboundSchema.parse(keysVerifyKeyRatelimit)); } //# sourceMappingURL=keysverifykeyratelimit.js.map