Type Alias UnwrappedAsyncObject<T, TMod>

UnwrappedAsyncObject<T, TMod>: {
    [K in keyof T]: UnwrappedAsyncVal<T[K], TMod>
}

Type Parameters