Skip to content

Type Alias: User

ts
type User = z.infer<typeof UserSchema>;

Defined in: src/v2/models/user.ts:27