import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 75, issueName: 'Yuil 209', price: '8.50', uploadDate: '2023-08-25', description: { sco: 'The seiventy-fifth issue o the Lallans magazine.', 'en-GB': 'The seventy-fifth issue of the Lallans magazine.', }, contributors: [ 'JK Annand', 'WS Milne', 'Katarzyna Bazarnik', 'Elaine Morton', 'Sheena Blackhall', 'Stephen Pacitti', 'Robert R Calder', 'Walter Perrie', 'Peter Cameron', 'Heidelinde PrĂ¼ger', 'Sophia Crichton', 'David C Purdie', 'Charles P Connor', 'David Purves', 'Andy Eagle', 'Colin Robertson', 'Kenneth D Farrow', 'Frances Robson', 'Sam Gilliland', 'Maureen Sangster', 'William Hershaw', 'Hamish Scott', 'Brent Hodgson', 'Wislawa Szymborska', 'Dauvit Horsbroch', 'Williamina Thom', 'Tom Hubbard', 'Raymond Vettese', 'Gordon Jarvie', 'Ian Nimmo White', 'Andrew McCallum', 'George T Watt', 'J Derrick McClure', 'Rab Wilson', 'John McPartlin', ], }; export default issue;