InternalContentHint

January 9, 2026 ยท View on GitHub

Similar to contentHints, but should not be exposed to the user.

Example Usage

import { InternalContentHint } from "@vercel/sdk/models/editprojectenvop.js";

let value: InternalContentHint = {
  type: "flags-secret",
  encryptedValue: "<value>",
};

Fields

FieldTypeRequiredDescription
typemodels.EditProjectEnvProjectsResponseType:heavy_check_mark:N/A
encryptedValuestring:heavy_check_mark:Contains the value of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.