summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue92.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue92.ts')
-rw-r--r--src/data/lallans/issue92.ts57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/data/lallans/issue92.ts b/src/data/lallans/issue92.ts
new file mode 100644
index 0000000..e26d060
--- /dev/null
+++ b/src/data/lallans/issue92.ts
@@ -0,0 +1,57 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 92,
+ 'issueName': 'Simmer 218',
+ 'price': '9.00',
+ 'description': {
+ 'sco': 'The ninety-saicont issue o the Lallans magazine.',
+ 'en-GB': 'The ninety-second issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Donald Adamson',
+ 'David Malcolm',
+ 'Tony Beekman',
+ 'Ann Matheson',
+ 'Sheena Blackhall',
+ 'J Derrick McClure',
+ 'Robdert R Calder',
+ 'Iain McGregor',
+ 'Kevin Connelly',
+ 'WS Milne',
+ 'Charles P Connor',
+ 'Gordon D Moodie',
+ 'Tam Crichton',
+ 'Elaine Morton',
+ 'Gordon Donaldson',
+ 'Stephen Pacitti',
+ 'Gavin Douglas',
+ 'David C Purdie',
+ 'Kenneth D Farrow',
+ 'Jamie Purves',
+ 'Iain WD Forde',
+ 'John Quinn',
+ 'Sam Gilliland',
+ 'Colin Robertson',
+ 'Tracy Anne Harvey',
+ 'Frances Robson',
+ 'Alistair Heather',
+ 'Hamish Scott',
+ 'William Hershaw',
+ 'J Barrie Shepherd',
+ 'Irene Howat',
+ 'Michael Stephenson',
+ 'Tom Hubbard',
+ 'Sheila Templeton',
+ 'Mary Johnston',
+ 'Raymond Vettese',
+ 'Douglas Kynoch',
+ 'George T Watt',
+ 'Dorothy Lawrenson',
+ 'Ian Nimmo White',
+ 'Catherine MacDonald',
+ 'Rab Wilson',
+ 'Ann MacKinnon',
+ ]
+};
+
+export default issue;