Represents a session object with a unique identifier, metadata, and other attributes.

Constructors

Properties

created_at?: string
deleted_at?: string
metadata: Record<string, any>
session_id: string
updated_at?: string
user_id?: string
uuid?: string

Methods