clock_info.d.ts: improve `img` type

pull/3372/head
Rob Pilling 2024-04-20 18:18:52 +01:00
parent 0a097dd031
commit 690799decc
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 =