Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 333 Bytes

skipautodetectionconfirmation.md

File metadata and controls

17 lines (11 loc) · 333 Bytes

SkipAutoDetectionConfirmation

Allows to skip framework detection so the API would not fail to ask for confirmation

Example Usage

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

let value: SkipAutoDetectionConfirmation = "1";

Values

"0" | "1"