mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
BREAKING: postgres + saas
This commit is contained in:
6
forms/users.ts
Normal file
6
forms/users.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export const userFormSchema = z.object({
|
||||
name: z.string().max(128).optional(),
|
||||
avatar: z.string().optional(),
|
||||
})
|
||||
Reference in New Issue
Block a user