Developer Docs
API Reference
Constants
Import Constants
Variables
Variable: IMPORT\_STATUS

web


web / lib/constants/import-constants / IMPORT_STATUS

Variable: IMPORT_STATUS

const IMPORT_STATUS: object

Constants for import processing to avoid string duplication

Type declaration

PENDING

readonly PENDING: "pending" = "pending"

PROCESSING

readonly PROCESSING: "processing" = "processing"

COMPLETED

readonly COMPLETED: "completed" = "completed"

FAILED

readonly FAILED: "failed" = "failed"