jshiki
    Preparing search index...

    Type Alias AccessPath

    AccessPath: string | AccessPathArray

    A path to a property. Can be a string of format foo.bar.baz or an array of format ['foo', 'bar', Symbol('baz')]. '*' can be used as a wildcard. '**' can be used as a wildcard for properties at any depth.