summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscdM150.ts
blob: 7cce95e6958a11fd0182ed107335a3ef24476c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  title: 'Minnie',
  longName: 'Minnie',
  author: 'Sheena Blackhall',
  cdCount: 3,
  price: '25.00',
  scotsounId: 'M150',
  uploadDate: '2023-08-25',
};

export default cd;