summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd813.ts
blob: d8785462abf445dd650a06724a6bf7e33d6a3034 (plain)
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;