import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'Pipe Tunes', 'long-name': 'Pipe Tunes', author: 'Duncan Johnstone', 'cd-count': 1, price: '11.00', 'scotsoun-id': '063', 'track-list': ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'], }; export default cd;