summaryrefslogtreecommitdiff
path: root/src/types/Scotsoun.d.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-13 20:47:26 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-13 20:47:26 +0100
commit8b2d91cb1cdff722bb4913c8f023c6cd16801e5c (patch)
treedaa01363380ac93258bc827fbef55ac03adba9f8 /src/types/Scotsoun.d.ts
parentec59b216df4aefada7502872dad9fbd8efe165e5 (diff)
Optimises Scotsoun images
Diffstat (limited to 'src/types/Scotsoun.d.ts')
-rw-r--r--src/types/Scotsoun.d.ts4
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;