summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue78.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue78.ts')
-rw-r--r--src/data/lallans/issue78.ts44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/data/lallans/issue78.ts b/src/data/lallans/issue78.ts
new file mode 100644
index 0000000..aa21d1e
--- /dev/null
+++ b/src/data/lallans/issue78.ts
@@ -0,0 +1,44 @@
+import type LallansIssue from '../../types/LallansIssue';
+
+const issue: LallansIssue = {
+ 'issueNumber': 78,
+ 'issueName': 'Simmer 211',
+ 'price': '9.00',
+ 'description': {
+ 'sco': 'The seiventy-echtth issue o the Lallans magazine.',
+ 'en-GB': 'The seventy-eighth issue of the Lallans magazine.',
+ }, 'contributors': [
+ 'Mavis Beckett',
+ 'WS Milne',
+ 'Peter Cameron',
+ 'James Morrison',
+ 'Hilary Christie',
+ 'Elaine Morton',
+ 'Charles P Connor',
+ 'Liz Niven',
+ 'Andy Eagle',
+ 'Steven Porter',
+ 'Kenneth D Farrow',
+ 'David C Purdie',
+ 'Sam Gilliland',
+ 'Colin Robertson',
+ 'George Hardie',
+ 'Christine Robinson',
+ 'Brent Hodgson',
+ 'Stewart Sanderson',
+ 'Billy Kay',
+ 'Hamish Scott',
+ 'Ann Mackinnon',
+ 'James Sinclair',
+ 'Ann Matheson',
+ 'Pauline Cairns Speitel',
+ 'J Derrick McClure',
+ 'Raymond Vettese',
+ 'Iain McGregor',
+ 'George T Watt',
+ 'John McPartlin',
+ 'Rab Wilson',
+ ]
+};
+
+export default issue;