@cfxlabsinc/b2b-services
    Preparing search index...
    type VictorBackfillResult = {
        error?: string;
        id: string;
        ok: boolean;
        type: BackfillableType;
        victorCounterpartyId?: string;
    }
    Index

    Properties

    error?: string

    Verbatim failure message (surfaced to the operator) when ok is false.

    id: string
    ok: boolean
    type: BackfillableType
    victorCounterpartyId?: string