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

const cd: Scotsoun = {
  title: 'Thrawn Janet',
  'long-name': 'Thrawn Janet',
  author: 'Robert Louis Stevenson',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '120',
  'track-list': ['Scots Language Features', 'Literary Features'],
};

export default cd;