Merge pull request #3372 from bobrippling/types/clkinfo

clock_info.d.ts: improve `img` type
pull/3381/head
Rob Pilling 2024-04-22 20:32:44 +01:00 committed by GitHub
commit c1e13fbf5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ declare module ClockInfo {
type Item = {
text: string,
short?: string,
img?: string,
img?: Image,
};
type RangeItem =