Reference

InferLoaderData

Infers resolved data returned by a route loader.

Signature

type InferLoaderData = Awaited<ReturnType<TLoader>>