summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue80.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue80.ts')
-rw-r--r--src/data/lallans/issue80.ts49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/data/lallans/issue80.ts b/src/data/lallans/issue80.ts
new file mode 100644
index 0000000..c2d6f78
--- /dev/null
+++ b/src/data/lallans/issue80.ts
@@ -0,0 +1,49 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 80,
+ 'issueName': 'Simmer 212',
+ 'price': '9.00',
+ 'description': {
+ 'sco': 'The echtieth issue o the Lallans magazine.',
+ 'en-GB': 'The eightieth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Mavis Beckett',
+ 'WS Milne',
+ 'Sheena Blackhall',
+ 'George Philp',
+ 'Peter Cameron',
+ 'David C Purdie',
+ 'Charles P Connor',
+ 'David Purves',
+ 'Andy Eagle',
+ 'Colin Robertson',
+ 'Kenneth D Farrow',
+ 'Christine Robinson',
+ 'Sam Gilliland',
+ 'Frances Robson',
+ 'George Hardie',
+ 'Stewart Sanderson',
+ 'Robert Henryson',
+ 'Hamish Scott',
+ 'Dauvit Horsbroch',
+ 'J Barrie Shepherd',
+ 'Tom Hubbard',
+ 'Duncan Sneddon',
+ 'Gordon Jarvie',
+ 'Pauline Cairns Speitel',
+ 'Caroline Macafee',
+ 'Ken Sutherland',
+ 'Ann Matheson',
+ 'John M Tait',
+ 'J Derrick McClure',
+ 'Raymond Vettese',
+ 'Iain McGregor',
+ 'George T Watt',
+ 'Stuart McHardy',
+ 'Rab Wilson',
+ 'John McPartlin',
+ ]
+};
+
+export default issue;