import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 79, issueName: 'Yuil 211', price: '9.00', description: { sco: 'The seiventy-ninth issue o the Lallans magazine.', 'en-GB': 'The seventy-ninth issue of the Lallans magazine.', }, contributors: [ 'Peter Cameron', 'John McPartlin', 'Charles P Connor', 'Liz Niven', 'Andy Eagle', 'WS Milne', 'Kenneth D Farrow', 'David C Purdie', 'Sam Gilliland', 'Colin Robertson', 'George Hardie', 'Christine Robinson', 'John Hodgart', 'Frances Robson', 'Brent Hodgson', 'Stephen Pacitti', 'Gordon Jarvie', 'Stewart Sanderson', 'Douglas Kynoch', 'Hamish Scott', 'Ann MacKinnon', 'Duncan Sneddon', 'Ann Matheson', 'Pauline Cairns Speitel', 'J Derrick McClure', 'Raymond Vettese', 'Alistair McDonald', 'George T Watt', 'Stuart McHardy', 'Rab Wilson', ], }; export default issue;