RootCauseunvalidated
TypeScript infers the type of that variable based on the assigned value. — When you define a variable in TypeScript with a specific type, such as `initialPageParam: 1`. Tension: `pageParam` variable is also of type `TPageParam`. Outcome: we can infer is a type alias for number based on your usage.
51d1e0c1-bcde-4454-b2f8-badb66089fbc
TypeScript infers the type of that variable based on the assigned value. — When you define a variable in TypeScript with a specific type, such as initialPageParam: 1. Tension: pageParam variable is also of type TPageParam. Outcome: we can infer is a type alias for number based on your usage.