Represents the response for a createUserProfile request.

Hierarchy

  • UserProfileCreateResponse

Properties

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

Generated using TypeDoc