blob: b7faf4c17283045c91efb3f6ed2d2db2752dc428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'Minnie',
longName: 'Minnie',
author: 'Sheena Blackhall',
cdCount: 3,
price: '25.00',
scotsounId: 'M150',
};
export default cd;
|