diff options
Diffstat (limited to 'src/data/lallans/issue86.ts')
| -rw-r--r-- | src/data/lallans/issue86.ts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/data/lallans/issue86.ts b/src/data/lallans/issue86.ts new file mode 100644 index 0000000..048dfc5 --- /dev/null +++ b/src/data/lallans/issue86.ts @@ -0,0 +1,48 @@ +import type LallansIssue from '../../types/LallansIssue'; + +const issue: LallansIssue = { + 'issueNumber': 86, + 'issueName': 'Simmer 215', + 'price': '9.00', + 'description': { + 'sco': 'The echty-saxth issue o the Lallans magazine.', + 'en-GB': 'The eighty-sixth issue of the Lallans magazine.', + }, 'contributors': [ + 'Tony Beekman', + 'Iain McGregor', + 'Sheena Blackhall', + 'Edoarda McKenna', + 'Peter Cameron', + 'WS Milne', + 'Thomas Clark', + 'Stephen Pacitti', + 'Tam Crichton', + 'Stuart A Paterson', + 'Gordon Donaldson', + 'George Philip', + 'William Dunbar', + 'David C Purdie', + 'KD Farrow', + 'Colin Robertson', + 'Sam Gilliland', + 'GO Robertson', + 'William Hershaw', + 'Frances Robson', + 'Tom Hubbard', + 'Hamish Scott', + 'Douglas Kynoch', + 'J Barrie Shepherd', + 'Alexander Lang', + 'Duncan Sneddon', + 'Margaret Macaulay', + 'Raymond Vettese', + 'Ann Matheson', + 'George T Watt', + 'Ann Mackinnon', + 'Ian Nimmo White', + 'J Derrick McClure', + 'Rab Wilson', + ] +}; + +export default issue; |
