summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue67.ts
blob: 323d464eef421ef7b51123823ed19b4006f41d60 (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: 67,
  issueName: 'Hairst 205',
  price: '8.50',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The saxty-seiventh issue o the Lallans magazine.',
    'en-GB': 'The sixty-seventh issue of the Lallans magazine.',
  },
  contributors: [
    'Lilian Andersen',
    'Douglas Kynoch',
    'Sheena Blackhall',
    'Ann Matheson',
    'Robert R Calder',
    'J Derrick McClure',
    'Colin Donati',
    'Hugh MacDiarmid',
    'Sheila Douglas',
    'John McPartlin',
    'John Drosten',
    'Elaine Morton',
    'Andy Eagle',
    'Liz Niven',
    'Kenneth D Farrow',
    'Hazel Parkins',
    'Sandy Fleemin',
    'George Philp',
    'EM Crerar Gilbert',
    'David C Purdie',
    'Reinhard F Hahn',
    'David Purves',
    'George Hardie',
    'Jean SS Sampson',
    'William Hershaw',
    'Donald Goodbrand Saunders',
    'Brent Hodgson',
    'Betty Tindal',
    'Brian Holton',
    'Raymond Vettese',
    'Dauvit Horsbroch',
    'Bill Watt',
    'Tom Hubbard',
    'Colin Will',
    'Robert A Jamieson',
    'Rab Wilson',
  ],
};

export default issue;