WayrApp Backend & Ecosystem Documentation - v1.0.0
    Preparing search index...

    Type Alias PasswordUpdateRequest

    PasswordUpdateRequest: z.infer<typeof PasswordUpdateSchema>

    Type definition for password update request data

    Represents the structure of validated password change data including current password verification and new password requirements. This type ensures type safety for password update operations while enforcing security policies.