A complete Sliding Sync response

interface MSC3575SlidingSyncResponse {
    extensions: Record<string, object>;
    lists: Record<string, ListResponse>;
    pos: string;
    rooms: Record<string, MSC3575RoomData>;
    txn_id?: string;
}

Properties

extensions: Record<string, object>
lists: Record<string, ListResponse>
pos: string
rooms: Record<string, MSC3575RoomData>
txn_id?: string