import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'Psaums, Hymns, Sangs', 'long-name': 'Psaums, Hymns, Sangs', author: 'Clydebank Lyric Choir', 'cd-count': 1, price: '11.00', 'scotsoun-id': '015', 'track-list': [ 'Intro to O Ye who Taste', 'O Ye who Taste', 'Intro to Ye Gates', 'Ye Gates, Lift up your Heads', ], }; export default cd;