| 54 | |
| 55 | /** The path segment interface of the issue. */ |
| 56 | export interface PathSegment { |
| 57 | /** The key representing a path segment. */ |
| 58 | readonly key: PropertyKey; |
| 59 | } |
| 60 | |
| 61 | /** The Standard Schema types interface. */ |
| 62 | export interface Types<Input = unknown, Output = Input> { |
nothing calls this directly
no outgoing calls
no test coverage detected