Skip to content

Type Alias: UserDetails

ts
type UserDetails = z.infer<typeof UserDetailsSchema>;

Defined in: src/v1/models/userDetails.ts:54