@cfxlabsinc/b2b-services
    Preparing search index...
    type VictorBackfillListing = {
        candidates: VictorBackfillCandidate[];
        fboAccount:
            | { id: string; name: string; victorLedgerProgramId: string
            | null }
            | null;
    }
    Index

    Properties

    fboAccount:
        | { id: string; name: string; victorLedgerProgramId: string
        | null }
        | null