mirror of https://github.com/espruino/BangleApps
clock_info.d.ts: improve `img` type
parent
0a097dd031
commit
690799decc
|
@ -30,7 +30,7 @@ declare module ClockInfo {
|
||||||
type Item = {
|
type Item = {
|
||||||
text: string,
|
text: string,
|
||||||
short?: string,
|
short?: string,
|
||||||
img?: string,
|
img?: Image,
|
||||||
};
|
};
|
||||||
|
|
||||||
type RangeItem =
|
type RangeItem =
|
||||||
|
|
Loading…
Reference in New Issue