GetProjectInternalContentHint
August 10, 2026 ยท View on GitHub
Similar to contentHints, but should not be exposed to the user.
Example Usage
import { GetProjectInternalContentHint } from "@vercel/sdk/models/getprojectprojectsbuildmachinetype.js";
let value: GetProjectInternalContentHint = {
type: "flags-secret",
encryptedValue: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.GetProjectProjectsResponse200ApplicationJSONResponseBodyEnvType | :heavy_check_mark: | N/A |
encryptedValue | string | :heavy_check_mark: | Contains the value of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda. |