/** @group Interfaces */ export default interface ChapterInformation { /** Start time in milliseconds */ startTimeMs: number; /** Chapter title */ title?: string; }