import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 38, issueName: 'Whitsuntid 1992', price: '2.00', description: { sco: 'The thirty-echtth issue o the Lallans magazine.', 'en-GB': 'The thirty-eighth issue of the Lallans magazine.', }, contributors: [ 'John Phillips', 'John Murray', 'Sam Gilliland', 'WG Pritchard', 'David Stevely', 'William Neill', 'Athole Cameron', 'Lilian Anderson', 'Pete Fortune', 'Gavin Douglas', 'James Hall Thomson', 'William Hershaw', 'Davit W Potter', 'John Manson', 'Alexander McGregor', 'Peter Cameron', 'William J Rae', 'Florence Russell', 'Soutar Davie', ], }; export default issue;