summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscdM150.ts
blob: aceef3954920ccd189f2fe12e8e49b4e5383c674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;