GetMicrofrontendsInGroupCrons

September 8, 2026 ยท View on GitHub

Example Usage

import { GetMicrofrontendsInGroupCrons } from "@vercel/sdk/models/getmicrofrontendsingroupbuildmachinetype.js";

let value: GetMicrofrontendsInGroupCrons = {
  enabledAt: 9903.9,
  disabledAt: 3887.69,
  updatedAt: 3784.47,
  deploymentId: "<id>",
  definitions: [
    {
      host: "vercel.com",
      path: "/api/crons/sync-something?hello=world",
      schedule: "0 0 * * *",
    },
  ],
};

Fields

FieldTypeRequiredDescription
enabledAtnumber:heavy_check_mark:The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
disabledAtnumber:heavy_check_mark:The time the feature was disabled for this project.
updatedAtnumber:heavy_check_mark:N/A
deploymentIdstring:heavy_check_mark:The ID of the Deployment from which the definitions originated.
definitionsmodels.GetMicrofrontendsInGroupDefinitions[]:heavy_check_mark:N/A