Type alias MapJoinRHS<K, T>

MapJoinRHS<K, T>: {
    [K in keyof T]: ReturnType<T[K]["get"]>
}

The RHS values of a map join.

Type Parameters

Generated using TypeDoc