summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue61.ts
blob: e3dd3728dc22d8d6451512efe4e6190b1dab0d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
import type LallansIssue from '../../types/LallansIssue';

const issue: LallansIssue = {
  'issueNumber': 61,
  'issueName': 'Hairst 202',
  'price': '7.50',
  'description': {
    'sco': 'The saxty-first issue o the Lallans magazine.',
    'en-GB': 'The sixty-first issue of the Lallans magazine.',
  }, 'contributors': [
    'Sheena Blackhall',
    'J Derrick McClure',
    'Robert R Calder',
    'Alistair McDonald',
    'Alex Cluness',
    'John McDonald',
    'Sheila Douglas',
    'Betty MeKellar',
    'Andy Duncan',
    'Elaine Morton',
    'Kenneth D Farrow',
    'Neil mac Neil',
    'Iain WD Forde',
    'William Neill',
    'Stanley Roger Green',
    'Liz Niven',
    'George Hardie',
    'Janet Paisley',
    'Brent Hodgson',
    'David C Purdie',
    'Dauvit Horsbroch',
    'David Purves',
    'Tom Hubbard',
    'Fraser Robb',
    'Caroline Macafee',
    'John Tait',
    'John Manson',
    'Raymond Vettese',
    'Ann Matheson',
  ]
};

export default issue;