export default interface Config extends Record{ startKey: number, endKey: number, scaleFactor: number, colorNaturalKey?: string, colorAccidentalKey?: string, colorHighlight?: string, }