Skip to content

Type Alias: User

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

Defined in: src/agile/models/user.ts:28