Skip to main content

Interface: Relationship

Represents a relationship between two users, including their IDs, the status of the relationship, and the room ID in which the relationship is established.

Properties

created_at

Optional created_at: string


id

id: `${string}-${string}-${string}-${string}-${string}`


room_id

room_id: `${string}-${string}-${string}-${string}-${string}`


status

status: string


user_a

user_a: `${string}-${string}-${string}-${string}-${string}`


user_b

user_b: `${string}-${string}-${string}-${string}-${string}`


user_id

user_id: `${string}-${string}-${string}-${string}-${string}`