### π Search Terms deprecated type ### π Version & Regression Information - This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________ ### β― Playground Link https://www.typescriptlang.org/play/?ts=5.9.2#code/JYWwDg9gTgLgBAbzgLzgXzgMyhEcBEyEAJvgNwBQFAxhAHYDO8MDtdmwA5gEoCGA7gGVqACwCmIXnAC8KAHQQARgCsx1GAAoEFOLri1wwADZioAeTAxg9BgC55vOgE8NASgppXcsLwZMROACunCJulEA ### π» Code ```ts import { z } from "zod"; const tsconfigRawSchema = z.object({ compilerOptions: z.any() }).passthrough(); ``` ### π Actual behavior Hover passthrough: ``` '(): ZodObject<{ compilerOptions: ZodAny; }, $loose>' is deprecated. ``` ### π Expected behavior ``` 'passthrough()' is deprecated. ``` or something like that. ### Additional information about the issue _No response_