export interface Section { time: number; nsv_id: number; code?: string; } export interface Sections { [key: string]: Section; }