GetMicrofrontendsInGroupCustomAllow
August 5, 2026 ยท View on GitHub
Optional overrides for the default same-env-by-slug matching. Provide explicit rules to allow cross-env access or presets.
Example Usage
import { GetMicrofrontendsInGroupCustomAllow } from "@vercel/sdk/models/getmicrofrontendsingroupvalue.js";
let value: GetMicrofrontendsInGroupCustomAllow = {
from: {
slugs: [
"<value 1>",
"<value 2>",
],
},
to: {
slugs: [],
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
from | models.GetMicrofrontendsInGroupFrom | :heavy_check_mark: | N/A |
to | models.GetMicrofrontendsInGroupMicrofrontendsTo | :heavy_check_mark: | N/A |