Typescript SDK Type Docs
    Preparing search index...

    Interface ImportOperationStatus

    The status of a new ImportOperation.

    interface ImportOperationStatus {
        errors?: ErrorObject[];
        operationId?: string;
        state: ImportOperationState;
    }
    Index

    Properties

    errors?: ErrorObject[]
    operationId?: string

    id of the ImportOperation.

    Validation state of the ImportOperation.