Remix Utils - v9.0.0
    Preparing search index...

    Type Alias AwaitedPromiseHash<Hash>

    AwaitedPromiseHash: Hash extends PromiseHash
        ? { [Key in keyof Hash]: Awaited<Hash[Key]> }
        : never

    Type Parameters

    • Hash