1 2 3 4 5 6 7 8 9 10 11 12 13
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;