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
| Field | Type | Required | Description |
|---|---|---|---|
email | string | :heavy_minus_sign: | Email from git commit author |
name | string | :heavy_minus_sign: | Name from git commit author |
isVerified | boolean | :heavy_minus_sign: | Whether the commit was signed/verified (GitHub only, others return undefined) |