ListSessionCommandsResponseBody
March 27, 2026 ยท View on GitHub
The list of commands executed in the session.
Example Usage
import { ListSessionCommandsResponseBody } from "@vercel/sdk/models/listsessioncommandsop.js";
let value: ListSessionCommandsResponseBody = {
commands: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
commands | models.SessionCommand[] | :heavy_check_mark: | N/A |