interface Chapter {
    imageUrl: string;
    startTime: string;
    title: string;
}

Properties

imageUrl: string
startTime: string
title: string