mirror of https://github.com/espruino/BangleApps
Merge pull request #3372 from bobrippling/types/clkinfo
clock_info.d.ts: improve `img` typepull/3381/head
commit
c1e13fbf5c
|
@ -30,7 +30,7 @@ declare module ClockInfo {
|
|||
type Item = {
|
||||
text: string,
|
||||
short?: string,
|
||||
img?: string,
|
||||
img?: Image,
|
||||
};
|
||||
|
||||
type RangeItem =
|
||||
|
|
Loading…
Reference in New Issue