import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 63, issueName: 'Hairst 203', price: '7.50', uploadDate: '2023-08-25', description: { sco: 'The saxty-third issue o the Lallans magazine.', 'en-GB': 'The sixty-third issue of the Lallans magazine.', }, contributors: [ 'Jamie Reid Baxter', 'Douglas Kynoch', 'Sheena Blackhall', 'John Law', 'Sheila Douglas', 'Caroline Macafee', 'Andy Eagle', 'Ann Matheson', 'Bob Fairnie', 'J Derrick McClure', 'Gavin Falconer', 'Ian R Mitchell', 'Kenneth D Farrow', 'Steve Murdoch', 'Iain Forde', 'Liz Niven', 'Kath Gray', 'David C Purdie', 'Roddy Hamilton', 'David Purves', 'Brent Hodgson', 'Margot Rhead', 'Dauvit Horsbroch', 'John Tait', 'Alexander Hutchison', 'Raymond Vettese', 'Weelum-John Jappy', 'Rab Wilson', 'Mary Johnston', ], }; export default issue;