blob: 9cac49de2ae1afa4f877ee4f9140b975097d3500 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
|