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

    Type Alias UserProfileUpdateRequest

    UserProfileUpdateRequest: z.infer<typeof UserProfileUpdateSchema>

    Type definition for user profile update operations

    Represents the structure of validated user profile update data including optional username, country location, and profile picture URL. This type ensures type safety for profile management operations while supporting flexible update patterns and progressive profile completion.