mirror of https://github.com/espruino/BangleApps
Made tags, type, and version optional
parent
96389aa255
commit
06a7adca30
|
@ -4,9 +4,9 @@ type AppInfo = {
|
||||||
img?: string,
|
img?: string,
|
||||||
icon?: string,
|
icon?: string,
|
||||||
name: string,
|
name: string,
|
||||||
type: AppType,
|
type?: AppType,
|
||||||
version: string,
|
version?: string,
|
||||||
tags: string,
|
tags?: string,
|
||||||
files: string,
|
files: string,
|
||||||
data?: string,
|
data?: string,
|
||||||
sortorder?: number,
|
sortorder?: number,
|
||||||
|
|
Loading…
Reference in New Issue