Skip to content

Type Alias: UserDetails

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

Defined in: src/cloud/models/userDetails.ts:42