UNPKG

@unkey/api

Version:

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

16 lines 588 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v3"; /** @internal */ export const V2DeployGitCommit$outboundSchema = z.object({ commitSha: z.string().optional(), commitMessage: z.string().optional(), authorHandle: z.string().optional(), authorAvatarUrl: z.string().optional(), timestamp: z.number().int().optional(), }); export function v2DeployGitCommitToJSON(v2DeployGitCommit) { return JSON.stringify(V2DeployGitCommit$outboundSchema.parse(v2DeployGitCommit)); } //# sourceMappingURL=v2deploygitcommit.js.map