diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 22:01:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 22:01:58 +0100 |
| commit | 9ddedf444811bac0dd2d8ce6e21b64c8dee9de76 (patch) | |
| tree | 37a73f2fa3be191ff3b493246dc9b1fc6b7c5f5c /src/types/Scotsoun.d.ts | |
| parent | 6a0bd0ab3a0960cd1436190285ebe24bf8ef1f28 (diff) | |
| parent | 429aef251345cf54af2feed3f8ecb608db7fd7e7 (diff) | |
Merge pull request #13 from Sycamost/dev
Dev
Diffstat (limited to 'src/types/Scotsoun.d.ts')
| -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; |
