summaryrefslogtreecommitdiff
path: root/frontend/src/data/scotsoun/sscd080.ts
blob: d1bce8bde567effc0cd4d58b6ec01b9c257440b7 (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',
  'long-name': 'Twa Leids – Dà Chànain',
  author: 'various',
  'cd-count': 2,
  price: '18.00',
  'scotsoun-id': '080',
};

export default cd;