Type Alias VisitorKeys

    VisitorKeys: {
        [P in NonRootResult as P["type"]]: (keyof P)[]
    }