Selector
Selector<
T,R> = (proxy) =>PathRef<R>
Defined in: output-transform/path-proxy.ts:65
A callback that selects a path from an output type.
Type Parameters
Section titled “Type Parameters”T
R = unknown
Parameters
Section titled “Parameters”PathProxy<T>
Returns
Section titled “Returns”PathRef<R>