Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 245 Bytes

contentdispositiontype.md

File metadata and controls

15 lines (10 loc) · 245 Bytes

ContentDispositionType

Example Usage

import { ContentDispositionType } from "@vercel/sdk/models/createdeploymentop.js";

let value: ContentDispositionType = "inline";

Values

"inline" | "attachment"