GetMicrofrontendsInGroupServices

August 5, 2026 ยท View on GitHub

Example Usage

import { GetMicrofrontendsInGroupServices } from "@vercel/sdk/models/getmicrofrontendsingroupstaticips.js";

let value: GetMicrofrontendsInGroupServices = {
  serviceName: "<value>",
};

Fields

FieldTypeRequiredDescription
serviceNamestring:heavy_check_mark:Service name from the deployment (Service.name).
serviceTypemodels.GetMicrofrontendsInGroupServiceType:heavy_minus_sign:Service kind (Service.type). Omitted for schemas that do not define one.
frameworkmodels.GetMicrofrontendsInGroupMicrofrontendsFramework:heavy_minus_sign:Framework slug, when the service has one (omitted otherwise).
runtimestring:heavy_minus_sign:Generic runtime, e.g. 'node' | 'python' | 'go' | 'ruby' | 'rust' (Service.runtime). Omitted for static builds.