diff options
Diffstat (limited to 'src/data/scotsoun/sscd008.ts')
| -rw-r--r-- | src/data/scotsoun/sscd008.ts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd008.ts b/src/data/scotsoun/sscd008.ts new file mode 100644 index 0000000..9cac49d --- /dev/null +++ b/src/data/scotsoun/sscd008.ts @@ -0,0 +1,14 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'Poems Chiefly in the Scottish Dialect', + subtitle: 'Read by Members of the Irvine Burns Club', + 'long-name': 'Poems Chiefly in the Scottish Dialect', + author: 'Robert Burns', + 'cd-count': 2, + price: '18.00', + 'scotsoun-id': '008', + 'track-list': ['To a Louse', 'Epistle to a Young Friend'], +}; + +export default cd; |
