From 2f185ba211d3680be4481ce7f4d299d61601250d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 5 Oct 2023 19:38:55 +0100 Subject: Optimises images --- src/types/Scotsoun.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types/Scotsoun.d.ts') diff --git a/src/types/Scotsoun.d.ts b/src/types/Scotsoun.d.ts index 333419c..dd2341a 100644 --- a/src/types/Scotsoun.d.ts +++ b/src/types/Scotsoun.d.ts @@ -8,6 +8,7 @@ type Scotsoun = { title: string; subtitle?: string; longName: string; + img: ImageMetadata; author?: string; cdCount: number; price: Price; -- cgit v1.2.3