ListSessionSnapshotsQueryParamSortOrder
March 27, 2026 ยท View on GitHub
Sort direction for results by creation time.
Example Usage
import { ListSessionSnapshotsQueryParamSortOrder } from "@vercel/sdk/models/listsessionsnapshotsop.js";
let value: ListSessionSnapshotsQueryParamSortOrder = "asc";
Values
"asc" | "desc"