Interface MarkerItem

interface MarkerItem {
    lastReadId: string;
    updatedAt: string;
    version: number;
}

Properties

lastReadId: string

The ID of the most recently viewed entity.

updatedAt: string

The timestamp of when the marker was set.

version: number

Used for locking to prevent write conflicts.