Represents the response for a getUserProfile request.

Hierarchy

  • UserProfileResponse

Properties

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

Generated using TypeDoc