summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue66.ts
blob: 50eb4f0c37cdf2ac8d1f3e34fdfe8712ed75e47a (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
import type LallansIssue from '../../types/LallansIssue';

const issue: LallansIssue = {
  'issueNumber': 66,
  'issueName': 'Ware 205',
  'price': '8.50',
  'description': {
    'sco': 'The saxty-saxth issue o the Lallans magazine.',
    'en-GB': 'The sixty-sixth issue of the Lallans magazine.',
  }, 'contributors': [
    'Robert R Calder',
    'Joe H McGibbon',
    'John Corbett',
    'Liz Niven',
    'Colin Donati',
    'David C Purdie',
    'Sheila Douglas',
    'David Purves',
    'Andy Eagle',
    'Chris Robinson',
    'Kenneth D Farrow',
    'Maureen Sangster',
    'William Hershaw',
    'Seumas Scott',
    'Brent Hodgson',
    'Raymond Vettese',
    'Dauvit Horsbroch',
    'Ann Wegmüller',
    'Pierre Janton',
    'Les Wheeler',
    'Caroline Macafee',
    'Ian Nimmo White',
    'Ann Matheson',
    'Rab Wilson',
    'J Derrick McClure',
  ]
};

export default issue;