@cfxlabsinc/b2b-services
    Preparing search index...
    type RfBackfillResult = {
        error?: string;
        ok: boolean;
        organizationId: string;
    }
    Index
    error?: string

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

    ok: boolean
    organizationId: string