summaryrefslogtreecommitdiff
path: root/frontend/src/data/lallans/issue69.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/issue69.ts
parentab2f15dcc05350567b08460679c87d7e01af87a6 (diff)
WIP tidy up later
Diffstat (limited to 'frontend/src/data/lallans/issue69.ts')
-rw-r--r--frontend/src/data/lallans/issue69.ts49
1 files changed, 49 insertions, 0 deletions
diff --git a/frontend/src/data/lallans/issue69.ts b/frontend/src/data/lallans/issue69.ts
new file mode 100644
index 0000000..c629baa
--- /dev/null
+++ b/frontend/src/data/lallans/issue69.ts
@@ -0,0 +1,49 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 69,
+ 'issueName': 'Wunter 206',
+ 'price': '8.50',
+ 'description': {
+ 'sco': 'The saxty-ninth issue o the Lallans magazine.',
+ 'en-GB': 'The sixty-ninth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Irene Brown',
+ 'J Derrick McClure',
+ 'Robert R Calder',
+ 'John McPartlin',
+ 'Aimée Chalmers',
+ 'Ewan McVicar',
+ 'Charles P Connor',
+ 'Reid Moffat',
+ 'John Davidson',
+ 'Elaine Morton',
+ 'Christine De Luca',
+ 'Liz Niven',
+ 'Colin Donati',
+ 'Stephen Pacitti',
+ 'Sheila Douglas',
+ 'David C Purdie',
+ 'Andy Eagle',
+ 'David Purves',
+ 'Kenneth D Farrow',
+ 'Joe Rae',
+ 'George Hardie',
+ 'Maureen Sangster',
+ 'Brent Hodgson',
+ 'Hamish Scott',
+ 'Dauvit Horsbroch',
+ 'Margaret Tong',
+ 'Andy Hunter',
+ 'Raymond Vettese',
+ 'John Manson',
+ 'Ian Nimmo White',
+ 'Ann Matheson',
+ 'Colin Will',
+ 'Alan McCabe',
+ 'Rab Wilson',
+ 'Mary McCabe',
+ ]
+};
+
+export default issue;