CreationMethod

June 9, 2026 ยท View on GitHub

The method used to create the snapshot.

Example Usage

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

let value: CreationMethod = "manual";

Values

"automatic" | "manual"