UpdateProjectDismissedToasts

August 24, 2026 ยท View on GitHub

Example Usage

import { UpdateProjectDismissedToasts } from "@vercel/sdk/models/updateprojectprojectsresponse200applicationjsonresponsebodycustomenvironmentstype.js";

let value: UpdateProjectDismissedToasts = {
  key: "<key>",
  dismissedAt: 891.87,
  action: "delete",
  value: 1025.91,
};

Fields

FieldTypeRequiredDescription
keystring:heavy_check_mark:unique identifier for the dismissed toast
dismissedAtnumber:heavy_check_mark:unix timestamp representing the time the toast was dimissed
actionmodels.UpdateProjectAction:heavy_check_mark:Whether the toast was dismissed, the action was accepted, or the dismissal with this key should be removed
valueany:heavy_check_mark:N/A