import img192w from '$images/lallans/issue77-192w.jpg'; import img274w from '$images/lallans/issue77-274w.jpg'; import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 77, img: { width192: img192w, width274: img274w, }, issueName: 'Yuil 2010', price: '9.00', uploadDate: '2023-08-25', description: { sco: 'The seiventy-seiventh issue o the Lallans magazine.', 'en-GB': 'The seventy-seventh issue of the Lallans magazine.', }, contributors: [ 'Mavis Beckett', 'Ann Matheson', 'Sheena Blackhall', 'Iain McGregor', 'Robert R Calder', 'John McPartlin', 'Peter Cameron', 'WS Milne', 'Hilary Christie', 'Stephen Pacitti', 'Charles P Connor', 'David C Purdie', 'Gavin Fairbairn', 'Christine Robinson', 'Kenneth D Farrow', 'Frances Robson', 'Kenneth Fraser', 'Maureen Sangster', 'Sam Gilliland', 'Hamish Scott', 'George Hardie', 'James Sinclair', 'William Hershaw', 'Duncan Sneddon', 'Brent Hodgson', 'Pauline Cairns Speitel', 'Dauvit Horsbroch', 'Raymond Vettese', 'Gordon Jarvie', 'George T Watt', 'Douglas Kynoch', 'Ian Nimmo White', 'Helen Lawrenson', 'Rab Wilson', 'Ann Mackinnon', ], }; export default issue;