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

const cd: Scotsoun = {
  title: 'Twa Leids – Dà Chànain',
  longName: 'Twa Leids – Dà Chànain',
  author: 'various',
  cdCount: 2,
  price: '18.00',
  scotsounId: '080',
};

export default cd;