ixfx
    Preparing search index...

    Type Alias TraverseObjectEntryWithAncestors

    TraverseObjectEntryWithAncestors: Readonly<
        {
            _kind: "entry-ancestors";
            ancestors: string[];
            leafValue: any;
            name: string;
            sourceValue: any;
        },
    >