Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResponsePath

interface ResponsePath {
readonly key: string | number;
readonly prev: Path | undefined;
readonly typename: string | undefined;
}

§Properties

§
readonly key: string | number
[src]
§
readonly typename: string | undefined
[src]