Wait
May 25, 2026 ยท View on GitHub
If set to "true", the request will block until the command finishes execution. Useful for synchronously waiting for command completion.
Example Usage
import { Wait } from "@vercel/sdk/models/getsessioncommandop.js";
let value: Wait = "true";
Values
"true" | "false"