ixfx
    Preparing search index...

    Type Alias RecordEntryWithAncestors

    RecordEntryWithAncestors: Readonly<
        { ancestors: string[]; name: string; nodeValue: any; sourceValue: any },
    >