You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to convert all my string to z.string().min(1) automatically and not from jsDoc. Since my ts file is also auto-generated from somewhere else (rust ts-rs).
Input
// typescript type or interface causing the outputexportinterfaceDefaultMin{pureS: string;nullableS: string|null;optionalS?: string;}
Feature description
I would like to convert all my
string
toz.string().min(1)
automatically and not fromjsDoc
. Since myts
file is also auto-generated from somewhere else (rustts-rs
).Input
Output
The text was updated successfully, but these errors were encountered: