joshowens-basis

Results 2 issues of joshowens-basis

IE, I'd love to be able to automatically have the workbench generate TypeBox types with a `Schema` naming convention, so that ```ts type User = { id: number; firstName: string;...

suggestion

I got this error after trying to build my project with Redis as a dependency: ``` $ tsc node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts:196:67 - error TS5084: Tuple members must all have names or all...