summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue75.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue75.ts')
-rw-r--r--src/data/lallans/issue75.ts49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/data/lallans/issue75.ts b/src/data/lallans/issue75.ts
new file mode 100644
index 0000000..51e5ae2
--- /dev/null
+++ b/src/data/lallans/issue75.ts
@@ -0,0 +1,49 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 75,
+ 'issueName': 'Yuil 209',
+ 'price': '8.50',
+ 'description': {
+ 'sco': 'The seiventy-fifth issue o the Lallans magazine.',
+ 'en-GB': 'The seventy-fifth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'JK Annand',
+ 'WS Milne',
+ 'Katarzyna Bazarnik',
+ 'Elaine Morton',
+ 'Sheena Blackhall',
+ 'Stephen Pacitti',
+ 'Robert R Calder',
+ 'Walter Perrie',
+ 'Peter Cameron',
+ 'Heidelinde PrĂ¼ger',
+ 'Sophia Crichton',
+ 'David C Purdie',
+ 'Charles P Connor',
+ 'David Purves',
+ 'Andy Eagle',
+ 'Colin Robertson',
+ 'Kenneth D Farrow',
+ 'Frances Robson',
+ 'Sam Gilliland',
+ 'Maureen Sangster',
+ 'William Hershaw',
+ 'Hamish Scott',
+ 'Brent Hodgson',
+ 'Wislawa Szymborska',
+ 'Dauvit Horsbroch',
+ 'Williamina Thom',
+ 'Tom Hubbard',
+ 'Raymond Vettese',
+ 'Gordon Jarvie',
+ 'Ian Nimmo White',
+ 'Andrew McCallum',
+ 'George T Watt',
+ 'J Derrick McClure',
+ 'Rab Wilson',
+ 'John McPartlin',
+ ]
+};
+
+export default issue;