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

const issue: LallansIssue = {
  issueNumber: 63,
  issueName: 'Hairst 203',
  price: '7.50',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The saxty-third issue o the Lallans magazine.',
    'en-GB': 'The sixty-third issue of the Lallans magazine.',
  },
  contributors: [
    'Jamie Reid Baxter',
    'Douglas Kynoch',
    'Sheena Blackhall',
    'John Law',
    'Sheila Douglas',
    'Caroline Macafee',
    'Andy Eagle',
    'Ann Matheson',
    'Bob Fairnie',
    'J Derrick McClure',
    'Gavin Falconer',
    'Ian R Mitchell',
    'Kenneth D Farrow',
    'Steve Murdoch',
    'Iain Forde',
    'Liz Niven',
    'Kath Gray',
    'David C Purdie',
    'Roddy Hamilton',
    'David Purves',
    'Brent Hodgson',
    'Margot Rhead',
    'Dauvit Horsbroch',
    'John Tait',
    'Alexander Hutchison',
    'Raymond Vettese',
    'Weelum-John Jappy',
    'Rab Wilson',
    'Mary Johnston',
  ],
};

export default issue;