import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { 'issueNumber': 24, 'issueName': 'Whitsuntid 1985', 'price': '0.75', 'description': { 'sco': 'The twanty-fowerth issue o the Lallans magazine.', 'en-GB': 'The twenty-fourth issue of the Lallans magazine.', }, 'contributors': [ 'James Begg', 'Sheena Blackhall', 'Margaret Ferguson', 'Stuart Ferguson', 'William Hershaw', 'Tom Hubbard', 'Andy Kinnaird', 'Derrick McClure', 'John McDonald', 'Janet Murray', 'WS Milne', 'John S Philips', 'David Purves', 'William J Rae', 'Raymond Vettese', ], }; export default issue;