blob: 46b3454c4fbe1827718565bfb33d0d6c5bd637a0 (
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: 'William Dunbar',
subtitle: 'Scotsoun Makars Series',
'long-name': 'Scotsoun Makars Series – William Dunbar',
author: 'William Dunbar',
'cd-count': 2,
price: '18.00',
'scotsoun-id': '020',
'track-list': ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'],
};
export default cd;
|