interface IGetSessionPartsResponse { now: number; past: number; } export default IGetSessionPartsResponse;