import img192w from '$images/lallans/issue65-192w.jpg'; import img274w from '$images/lallans/issue65-274w.jpg'; import type LallansIssue from '$types/LallansIssue'; const issue: LallansIssue = { issueNumber: 65, img: { width192: img192w, width274: img274w, }, issueName: 'Hairst 2004', price: '8.50', uploadDate: '2023-08-25', description: { sco: 'The saxty-fifth issue o the Lallans magazine.', 'en-GB': 'The sixty-fifth issue of the Lallans magazine.', }, contributors: [ 'Lillian Anderson', 'Ann Matheson', 'Irene Brown', 'Mary McCabe', 'Stewart Conn', 'J Derrick McClure', 'Robert R Calder', 'Elaine Morton', 'Peter Cameron', 'Liz Niven', 'Colin Donati', 'Janet Paisley', 'Sheila Douglas', 'David C Purdie', 'Andy Eagle', 'David Purves', 'Robert Fergusson', 'Allan Ramsay', 'Kenneth D Farrow', 'Jean SS Sampson', 'George Campbell Hay', 'Raymond Vettese', 'Brent Hodgson', 'Ann Wegmüller', 'Dauvit Horsbroch', 'Les Wheeler', 'Caroline Macafee', 'Rab Wilson', ], }; export default issue;