interface Timeline {
    app: App;
    timestamp: number;
    title: string;
}

Properties

Properties

app: App
timestamp: number
title: string