From 8b2d91cb1cdff722bb4913c8f023c6cd16801e5c Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:47:26 +0100 Subject: Optimises Scotsoun images --- src/types/Scotsoun.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/types') 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; -- cgit v1.2.3