Type Alias AwaitedPromiseHash<Hash>

AwaitedPromiseHash: { [Key in keyof Hash]: Awaited<Hash[Key]> }

Type Parameters