Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 252 Bytes

manifeststatus.md

File metadata and controls

17 lines (11 loc) · 252 Bytes

ManifestStatus

Indicates the status of the manifest.

Example Usage

import { ManifestStatus } from "shippo/models/components";

let value: ManifestStatus = "SUCCESS";

Values

"QUEUED" | "SUCCESS" | "ERROR"