summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue59.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue59.ts')
-rw-r--r--src/data/lallans/issue59.ts75
1 files changed, 75 insertions, 0 deletions
diff --git a/src/data/lallans/issue59.ts b/src/data/lallans/issue59.ts
new file mode 100644
index 0000000..89db532
--- /dev/null
+++ b/src/data/lallans/issue59.ts
@@ -0,0 +1,75 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 59,
+ 'issueName': 'Hairst 201',
+ 'price': '7.50',
+ 'description': {
+ 'sco': 'The fifty-ninth issue o the Lallans magazine.',
+ 'en-GB': 'The fifty-ninth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Elizabeth Anderson',
+ 'Gilberto Isella',
+ 'Kate Armstrong',
+ 'Philippe Jaccottet',
+ 'Mavis Duncan Beckett',
+ 'David Kinloch',
+ 'Sheena Blackhall',
+ 'Heinrich Leuthold',
+ 'Werner Bucher',
+ 'John Manson',
+ 'Erika Burkart',
+ 'Lucien Martin',
+ 'Ron Butlin',
+ 'Ann Matheson',
+ 'Robert R Calder',
+ 'Francoise Matthey',
+ 'Peter Cameron',
+ 'J Derrick McClure',
+ 'Stuart B Campbell',
+ 'Erwin Messmer',
+ 'Alice de Chambrier',
+ 'CF Meyer',
+ 'Maurice Chappaz',
+ 'Hans Morf',
+ 'Regi Claire',
+ 'Alberto Morrocco',
+ 'Rudolf Deertz',
+ 'Elaine Morton',
+ 'Julian Dillier',
+ 'Josef Felix Müller',
+ 'Marace Dareau',
+ 'William Neill',
+ 'Dominique Delmaire',
+ 'Lil Neilson',
+ 'Sheila Douglas',
+ 'Liz Niven',
+ 'Louis Duchosal',
+ 'Heidelinde Prüger',
+ 'Andy Eagle',
+ 'David C Purdie',
+ 'Kenneth Farrow',
+ 'David Purves',
+ 'Sandy Fleemin',
+ 'James Robertson',
+ 'Lillias Scott Forbes',
+ 'Sine Robertson',
+ 'Iain WD Forde',
+ 'Willie Rodger',
+ 'Phyllis J Goodall',
+ 'Sabine Schmid',
+ 'George Hardie',
+ 'Gerhard S Schürch',
+ 'Jean Harrison',
+ 'Rosaria Ungaro',
+ 'Christian Henry',
+ 'Raymond Vettese',
+ 'Willie Hershaw',
+ 'John Waddell',
+ 'Brent Hodgson',
+ 'Ann Wegmüller',
+ 'Tom Hubbard',
+ ]
+};
+
+export default issue;