import img192w from '$images/scotsoun/sscdM150-192w.jpg'; import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { img: { width192: img192w, }, title: 'Minnie', longName: 'Minnie', author: 'Sheena Blackhall', cdCount: 3, price: '25.00', scotsounId: 'M150', uploadDate: '2023-08-25', }; export default cd;