SnapshotStatus

May 25, 2026 ยท View on GitHub

The status of the snapshot.

Example Usage

import { SnapshotStatus } from "@vercel/sdk/models/snapshot.js";

let value: SnapshotStatus = "created";

Values

"created" | "deleted" | "failed"