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

FieldTypeRequiredDescription
commandsmodels.SessionCommand[]:heavy_check_mark:N/A