import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
'issueNumber': 48,
'issueName': 'Caunilmass 1997',
'price': '3.00',
'description': {
'sco': 'The forty-echtth issue o the Lallans magazine.',
'en-GB': 'The forty-eighth issue of the Lallans magazine.',
}
};
export default issue;