import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { 'issueNumber': 77, 'issueName': 'Yuil 210', 'price': '9.00', '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;