Represents the response for a getUserProfiles request.

Hierarchy

  • UserProfilesResponse

Properties

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

Generated using TypeDoc