summaryrefslogtreecommitdiff
path: root/frontend/src/data/lallans/issue91.ts
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-04 21:12:12 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-04 21:12:12 +0100
commitd494739e4823424bb54d81e21b57e4725544eb07 (patch)
treec48674bd43ca613dc2b6b33d122e4418b05d93ba /frontend/src/data/lallans/issue91.ts
parentab2f15dcc05350567b08460679c87d7e01af87a6 (diff)
WIP tidy up later
Diffstat (limited to 'frontend/src/data/lallans/issue91.ts')
-rw-r--r--frontend/src/data/lallans/issue91.ts52
1 files changed, 52 insertions, 0 deletions
diff --git a/frontend/src/data/lallans/issue91.ts b/frontend/src/data/lallans/issue91.ts
new file mode 100644
index 0000000..1c082dd
--- /dev/null
+++ b/frontend/src/data/lallans/issue91.ts
@@ -0,0 +1,52 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 91,
+ 'issueName': 'Yuil 217',
+ 'price': '9.00',
+ 'description': {
+ 'sco': 'The ninety-first issue o the Lallans magazine.',
+ 'en-GB': 'The ninety-first issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Donald Adamson',
+ 'Ann Matheson',
+ 'Fran Baillie',
+ 'J Derrick McClure',
+ 'Sheena Blackhall',
+ 'Gordon McFarlane',
+ 'Edith Buchanan',
+ 'Iain McGregor',
+ 'Alan Cameron',
+ 'Gordon D Moodie',
+ 'Charles Connor',
+ 'Elaine Morton',
+ 'Davie Cunningham',
+ 'Stephen Pacitti',
+ 'Gordon Donaldson',
+ 'David C Purdie',
+ 'Kenneth Farrow',
+ 'Colin Robertson',
+ 'Sam Gilliland',
+ 'Frances Robson',
+ 'Michael Hamish Glen',
+ 'Hamish Scott',
+ 'Tracy Anne Harvey',
+ 'Duncan Sneddon',
+ 'William Hershaw',
+ 'Miriam Sulhunt',
+ 'Irene Howat',
+ 'Raymond Vettese',
+ 'Mary Johnston',
+ 'Bill Watt',
+ 'Douglas Kynoch',
+ 'George T Watt',
+ 'Catherine MacDonald',
+ 'Ian Nimmo White',
+ 'Ann MacKinnon',
+ 'Rab Wilson',
+ 'Bria Mason',
+ 'Tony Beekman',
+ ]
+};
+
+export default issue;