GetMicrofrontendsInGroupInternalContentHint
August 10, 2026 ยท View on GitHub
Similar to contentHints, but should not be exposed to the user.
Example Usage
import { GetMicrofrontendsInGroupInternalContentHint } from "@vercel/sdk/models/getmicrofrontendsingroupbuildmachineelasticreason.js";
let value: GetMicrofrontendsInGroupInternalContentHint = {
type: "flags-secret",
encryptedValue: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.GetMicrofrontendsInGroupMicrofrontendsResponse200ApplicationJSONResponseBodyProjectsType | :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. |