Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.31 KB

artifactqueryrequestbody.md

File metadata and controls

20 lines (15 loc) · 1.31 KB

ArtifactQueryRequestBody

Example Usage

import { ArtifactQueryRequestBody } from "@vercel/sdk/models/artifactqueryop.js";

let value: ArtifactQueryRequestBody = {
  hashes: [
    "12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
    "34HKQaOmR5t5Uy6vasdasdasdasd",
  ],
};

Fields

Field Type Required Description Example
hashes string[] ✔️ artifact hashes [
"12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
"34HKQaOmR5t5Uy6vasdasdasdasd"
]