CommitMeta

July 24, 2026 ยท View on GitHub

Commit metadata from the git commit author

Example Usage

import { CommitMeta } from "@vercel/sdk/models/canceldeploymentresponsebody.js";

let value: CommitMeta = {};

Fields

FieldTypeRequiredDescription
emailstring:heavy_minus_sign:Email from git commit author
namestring:heavy_minus_sign:Name from git commit author
isVerifiedboolean:heavy_minus_sign:Whether the commit was signed/verified (GitHub only, others return undefined)