Type alias AsyncMapJoinRHS<K, T>

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

The RHS values of an async map join.

Type Parameters

Generated using TypeDoc