GetMicrofrontendsConfigForProjectResponseBody
April 1, 2026 ยท View on GitHub
Example Usage
import { GetMicrofrontendsConfigForProjectResponseBody } from "@vercel/sdk/models/getmicrofrontendsconfigforprojectop.js";
let value: GetMicrofrontendsConfigForProjectResponseBody = {
config: {
applications: {
"key": {
development: {
fallback: "<value>",
},
projectId: "<id>",
},
},
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
config | models.GetMicrofrontendsConfigForProjectConfig | :heavy_check_mark: | projectIds are added when the config is uploaded to s3 deployment assets. |