Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.09 KB

File metadata and controls

22 lines (17 loc) · 1.09 KB

UpdateVersionResponseBody

Example Usage

import { UpdateVersionResponseBody } from "@vercel/sdk/models/updateversionop.js";

let value: UpdateVersionResponseBody = {
  version: {
    id: "<id>",
    key: "<key>",
    lastModified: 9961.33,
    createdBy: "<value>",
  },
};

Fields

Field Type Required Description
version models.UpdateVersionVersion ✔️ N/A