diff --git a/typescript/types/info.d.ts b/typescript/types/info.d.ts index 004c3371d..c305b0261 100644 --- a/typescript/types/info.d.ts +++ b/typescript/types/info.d.ts @@ -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,