Typescript SDK Type Docs
    Preparing search index...

    Interface ImportResponse

    The response of each Import Request.

    interface ImportResponse {
        operationStatus: ImportOperationStatus[];
    }
    Index

    Properties

    Properties

    operationStatus: ImportOperationStatus[]

    The identifiers and status of the ImportOperations created by the ImportRequest.