A map with the deployment ID, URL and metadata
import { GetAliasDeployment } from "@vercel/sdk/models/getaliasop.js";
let value: GetAliasDeployment = {
id: "dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx",
url: "my-instant-deployment-3ij3cxz9qr.now.sh",
meta: "{}",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
string | ✔️ | The deployment unique identifier | dpl_5m8CQaRBm3FnWRW1od3wKTpaECPx |
url |
string | ✔️ | The deployment unique URL | my-instant-deployment-3ij3cxz9qr.now.sh |
meta |
string | ➖ | The deployment metadata | {} |