ManifestStatus Indicates the status of the manifest. Example Usage import { ManifestStatus } from "shippo/models/components"; let value: ManifestStatus = "SUCCESS"; Values "QUEUED" | "SUCCESS" | "ERROR"