summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue48.ts
blob: ec222df646daaa832417c7ff91b2ffc107082801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import img from '$images/lallans/issue48.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 48,
  img,
  issueName: 'Caunilmass 1997',
  price: '3.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The forty-echtth issue o the Lallans magazine.',
    'en-GB': 'The forty-eighth issue of the Lallans magazine.',
  },
};

export default issue;