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

const issue: LallansIssue = {
  issueNumber: 62,
  img,
  issueName: 'Ware 203',
  price: '7.50',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The saxty-saicont issue o the Lallans magazine.',
    'en-GB': 'The sixty-second issue of the Lallans magazine.',
  },
  contributors: [
    'Sheila Douglas',
    'Elaine Morton',
    'John Drosten',
    'Neil mac Neil',
    'Andy Eagle',
    'Liz Niven',
    'Kenneth D Farrow',
    'Janet Paisley',
    'Willie Hershaw',
    'Salvatore Parisi',
    'Brent Hodgson',
    'David C Purdie',
    'Dauvit Horsbroch',
    'David Purves',
    'Ann MacKinnon',
    'John Tait',
    'John Manson',
    'Betty Tindal',
    'Ann Matheson',
    'Raymond Vettese',
    'Mary McCabe',
    'Rab Wilson',
    'Alistair McDonald',
    'Tom Wilson',
  ],
};

export default issue;