linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias Timeline

    type Timeline = {
        changes: ChangeRow[];
        device_actor: string | null;
    }
    Index
    changes: ChangeRow[]
    device_actor: string | null