import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'Mither Ape', 'long-name': 'Mither Ape', author: 'Tam Hubbard', 'cd-count': 1, price: '11.00', 'scotsoun-id': '813', 'track-list': ['Pepper-Rammy', 'The Labster Quadrille'], }; export default cd;