what's the ts type for context?

export const Route = createFileRoute("/")({
  loader: async ({ context }) => {
Was this page helpful?