import type Scotsoun from '../../types/Scotsoun'; const cd: Scotsoun = { title: 'Minnie', 'long-name': 'Minnie', author: 'Sheena Blackhall', 'cd-count': 3, price: '25.00', 'scotsoun-id': 'M150', }; export default cd;