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"
June 9, 2026 ยท View on GitHub
The method used to create the snapshot.
import { CreationMethod } from "@vercel/sdk/models/snapshot.js";
let value: CreationMethod = "manual";
"automatic" | "manual"