diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 20:47:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 20:47:26 +0100 |
| commit | 8b2d91cb1cdff722bb4913c8f023c6cd16801e5c (patch) | |
| tree | daa01363380ac93258bc827fbef55ac03adba9f8 /src/types | |
| parent | ec59b216df4aefada7502872dad9fbd8efe165e5 (diff) | |
Optimises Scotsoun images
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/Scotsoun.d.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types/Scotsoun.d.ts b/src/types/Scotsoun.d.ts index dd2341a..55169cf 100644 --- a/src/types/Scotsoun.d.ts +++ b/src/types/Scotsoun.d.ts @@ -8,7 +8,9 @@ type Scotsoun = { title: string; subtitle?: string; longName: string; - img: ImageMetadata; + img: { + width192: ImageMetadata; + }; author?: string; cdCount: number; price: Price; |
