GetProjectStaticIps
August 10, 2026 ยท View on GitHub
Example Usage
import { GetProjectStaticIps } from "@vercel/sdk/models/getprojectinternalroutes.js";
let value: GetProjectStaticIps = {
builds: true,
enabled: true,
regions: [
"<value 1>",
"<value 2>",
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
builds | boolean | :heavy_check_mark: | N/A |
enabled | boolean | :heavy_check_mark: | N/A |
regions | string[] | :heavy_check_mark: | N/A |