export interface RecentSlotEntity { id: number; duration_in_ms: string; } export default RecentSlotEntity;