GetMicrofrontendsInGroupDeploymentSources
August 10, 2026 ยท View on GitHub
enabled: true with empty sources is deny-all.
Example Usage
import { GetMicrofrontendsInGroupDeploymentSources } from "@vercel/sdk/models/getmicrofrontendsingroupaction.js";
let value: GetMicrofrontendsInGroupDeploymentSources = {
sources: [
"deploy-hook",
],
enabled: false,
environments: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sources | models.GetMicrofrontendsInGroupMicrofrontendsSources[] | :heavy_check_mark: | N/A |
enabled | boolean | :heavy_check_mark: | N/A |
environments | models.GetMicrofrontendsInGroupMicrofrontendsEnvironments[] | :heavy_check_mark: | N/A |