UNPKG

@unkey/api

Version:

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

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