export interface ISummaryRecord { title: string; status: string; duration?: string; payload?: any; }