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

const issue: LallansIssue = {
  issueNumber: 72,
  issueName: 'Simmer 208',
  price: '8.50',
  description: {
    sco: 'The seiventy-saicont issue o the Lallans magazine.',
    'en-GB': 'The seventy-second issue of the Lallans magazine.',
  },
  contributors: [
    'Sheena Blackhall',
    'Liz Niven',
    'Robert R Calder',
    'David C Purdie',
    'Andy Eagle',
    'David Purves',
    'Kenneth D Farrow',
    'Chris Robinson',
    'Sandy Fleemin',
    'Frances Robson',
    'Brent Hodgson',
    'Maggie Scott',
    'Dauvit Horsbroch',
    'Maureen Sangster',
    'Rowena M Love',
    'Betty Tindal',
    'Donald Mackay',
    'Raymond Vettese',
    'Ann Matheson',
    'Rab Wilson',
    'J Derrick McClure',
  ],
};

export default issue;