Represents the response for a updateUserProfile request.

Hierarchy

  • UserProfileUpdateResponse

Properties

code: "SUCCESS" | "ERROR"
details?: Record<string, unknown>
message?: string
updatedUserProfile?: UserProfile

Generated using TypeDoc