1 2 3 4 5 6 7 8 9 10 11 12 13
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;