GetMicrofrontendsInGroupServices
August 5, 2026 ยท View on GitHub
Example Usage
import { GetMicrofrontendsInGroupServices } from "@vercel/sdk/models/getmicrofrontendsingroupstaticips.js";
let value: GetMicrofrontendsInGroupServices = {
serviceName: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
serviceName | string | :heavy_check_mark: | Service name from the deployment (Service.name). |
serviceType | models.GetMicrofrontendsInGroupServiceType | :heavy_minus_sign: | Service kind (Service.type). Omitted for schemas that do not define one. |
framework | models.GetMicrofrontendsInGroupMicrofrontendsFramework | :heavy_minus_sign: | Framework slug, when the service has one (omitted otherwise). |
runtime | string | :heavy_minus_sign: | Generic runtime, e.g. 'node' | 'python' | 'go' | 'ruby' | 'rust' (Service.runtime). Omitted for static builds. |