interface IBestMatch { key: string; delta: number; totalMatching: number; } export default IBestMatch;