Corky Brown
Results
1
comments of
Corky Brown
FWIW, my mistake was using `const` instead of `type`: `export const Model = z.infer;` -- error `export type Model = z.infer;` -- no error