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,
|
||||
icon?: string,
|
||||
name: string,
|
||||
type: AppType,
|
||||
version: string,
|
||||
tags: string,
|
||||
type?: AppType,
|
||||
version?: string,
|
||||
tags?: string,
|
||||
files: string,
|
||||
data?: string,
|
||||
sortorder?: number,
|
||||
|
|
Loading…
Reference in New Issue