interface Chapter {
    start_time: number;
    title: string;
}

Properties

Properties

start_time: number
title: string