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

z.StandardSchemaV1.PathSegment

The path segment interface of the issue.

interface PathSegment {
readonly key: PropertyKey;
}

§Properties

§
readonly key: PropertyKey
[src]

The key representing a path segment.