Closed ianyu93 closed 1 year ago
A quick update on user schema, utilizing available methods from documentation. Also added .describe() as it would be helpful for OpenAPI description (such as Swagger).
.describe()
Thanks for the much needed update to the zod schema. It was definitely rushed when I wrote it!
Cheers!
Description
A quick update on user schema, utilizing available methods from documentation. Also added
.describe()
as it would be helpful for OpenAPI description (such as Swagger).Breaking