Ali Akhtarzada
Results
11
issues of
Ali Akhtarzada
Hey, I'm trying to take type that is defined like: ``` type A = { [x: string]: AllowedZodType; debug: z.ZodDefault; // One of the allowed zod types }; ``` And...