diff options
Diffstat (limited to 'src/data/lallans/issue69.ts')
| -rw-r--r-- | src/data/lallans/issue69.ts | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/data/lallans/issue69.ts b/src/data/lallans/issue69.ts new file mode 100644 index 0000000..c629baa --- /dev/null +++ b/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; |
