What is the type of the parameter passed to the load function in createFileRoute?
export const Route = createFileRoute("/_home/payout-orders")({
component: React.memo(PayoutOrders),
loader: async (param: T????) => {
}
}
I may be looking in the wrong place but cant find this documented anywhere
1 Reply
extended-salmon•12mo ago
@jimmyt you can see the loader parameters documentation here