UploadProjectAvatarRollbackDescription

August 10, 2026 ยท View on GitHub

Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.

Example Usage

import { UploadProjectAvatarRollbackDescription } from "@vercel/sdk/models/uploadprojectavatarprojectsbuildmachineelasticreason.js";

let value: UploadProjectAvatarRollbackDescription = {
  userId: "<id>",
  username: "Morris.Walter95",
  description: "masquerade hm cake plan while wildly hm pointed",
  createdAt: 3798.35,
};

Fields

FieldTypeRequiredDescription
userIdstring:heavy_check_mark:The user who rolled back the project.
usernamestring:heavy_check_mark:The username of the user who rolled back the project.
descriptionstring:heavy_check_mark:User-supplied explanation of why they rolled back the project. Limited to 250 characters.
createdAtnumber:heavy_check_mark:Timestamp of when the rollback was requested.