Interface TimeSection

interface TimeSection {
    comment: 0;
    gift: 0;
    name: string;
    timestamp: number;
}

Properties

comment: 0
gift: 0
name: string
timestamp: number