import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'A Sang’s a Sang for Aa That', 'long-name': 'A Sang’s a Sang for Aa That', author: 'Andy Hunter', 'cd-count': 1, price: '11.00', 'scotsoun-id': '071', 'track-list': ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], }; export default cd;