import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'Thrawn Janet', 'long-name': 'Thrawn Janet', author: 'Robert Louis Stevenson', 'cd-count': 1, price: '11.00', 'scotsoun-id': '120', 'track-list': ['Scots Language Features', 'Literary Features'], }; export default cd;