summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue88.ts
blob: 5135de992ed55b44272774bca85609e0a45bdfd1 (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
44
45
46
47
48
49
50
51
52
import type LallansIssue from '../../types/LallansIssue';

const issue: LallansIssue = {
  'issueNumber': 88,
  'issueName': 'Simmer 216',
  'price': '9.00',
  'description': {
    'sco': 'The echty-echtth issue o the Lallans magazine.',
    'en-GB': 'The eighty-eighth issue of the Lallans magazine.',
  }, 'contributors': [
    'Ade Adesina',
    'Colin Moore',
    'Donald Adamson',
    'Liz Myhill',
    'Fran Baillie',
    'Stephen Pacitti',
    'Sheena Blackhall',
    'Colin Park',
    'Iain Brady',
    'Tim Pomeroy',
    'June Carey',
    'David C Purdie',
    'Gordon Donaldson',
    'Colin Robertson',
    'Gavin Falconer',
    'Frances Robson',
    'Iain WD Forde',
    'Hamish Scott',
    'Irene Howat',
    'Anne Shivas',
    'Mary Johnston',
    'Duncan Sneddon',
    'Owain Kirby',
    'Ken Sutherland',
    'Douglas Kynoch',
    'Douglas Thomson',
    'Ann Mackinnon',
    'Raymond Vettese',
    'Derrick McClure',
    'Bill Watt',
    'J Walter McGinty',
    'George T Watt',
    'Iain McGregor',
    'Ian Nimmo White',
    'Susan Miller',
    'David Wilson',
    'WS Milne',
    'Tony Beekman',
  ]
};

export default issue;