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

const issue: LallansIssue = {
  issueNumber: 66,
  issueName: 'Ware 205',
  price: '8.50',
  uploadDate: '2023-08-25',
  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;