import img192w from '$images/lallans/issue83-192w.jpg'; import img274w from '$images/lallans/issue83-274w.jpg'; import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 83, img: { width192: img192w, width274: img274w, }, issueName: 'Yuil 2013', price: '9.00', uploadDate: '2023-08-25', description: { sco: 'The echty-third issue o the Lallans magazine.', 'en-GB': 'The eighty-third issue of the Lallans magazine.', }, contributors: [ 'Tony Beekman', 'Rowena M Love', 'Sheena Blackhall', 'Ann Matheson', 'Rita Bradd', 'J Derrick McClure', 'Ian Budge', 'Stuart McHardy', 'Peter Cameron', 'Iain McGregor', 'Thomas Clark', 'Stephen Pacitti', 'Penny Cole', 'David C Purdie', 'Tom Crichton', 'Colin Robertson', 'John Docherty', 'Frances Robson', 'Kenneth D Farrow', 'Hamish Scott', 'Iain WD Forde', 'J Barrie Shepherd', 'Sam Gilliland', 'Duncan Sneddon', 'George Hardie', 'Samuel Thomson', 'Wullie Hershaw', 'Raymond Vettese', 'Tom Hubbard', 'George T Watt', 'Mary Johnston', 'Ian Nimmo White', 'Douglas Kynoch', 'Rab Wilson', ], }; export default issue;