Mounts
September 16, 2026 ยท View on GitHub
Key-value pairs of mount path and drive.
Example Usage
import { Mounts } from "@vercel/sdk/models/namedsandbox.js";
let value: Mounts = {
drive: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
drive | string | :heavy_check_mark: | N/A |
mode | models.NamedSandboxMountsMode | :heavy_minus_sign: | N/A |