diff options
Diffstat (limited to 'src/data/lallans/issue24.ts')
| -rw-r--r-- | src/data/lallans/issue24.ts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/data/lallans/issue24.ts b/src/data/lallans/issue24.ts new file mode 100644 index 0000000..51c100f --- /dev/null +++ b/src/data/lallans/issue24.ts @@ -0,0 +1,29 @@ +import type LallansIssue from '../../types/LallansIssue'; + +const issue: LallansIssue = { +'issueNumber': 24, + 'issueName': 'Whitsuntid 1985', + 'price': '0.75', + 'description': { + 'sco': 'The twanty-fowerth issue o the Lallans magazine.', + 'en-GB': 'The twenty-fourth issue of the Lallans magazine.', + }, 'contributors': [ + 'James Begg', + 'Sheena Blackhall', + 'Margaret Ferguson', + 'Stuart Ferguson', + 'William Hershaw', + 'Tom Hubbard', + 'Andy Kinnaird', + 'Derrick McClure', + 'John McDonald', + 'Janet Murray', + 'WS Milne', + 'John S Philips', + 'David Purves', + 'William J Rae', + 'Raymond Vettese', + ], +}; + +export default issue; |
