Represents the response for a deleteUserProfile request.

Hierarchy

  • UserProfileDeleteResponse

Properties

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

Generated using TypeDoc