diff --git a/src/api/types.ts b/src/api/types.ts index 09cf2d3..cca13c4 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -3,6 +3,7 @@ export interface MetaJson { name: string; author: string; description: string; + extended_description: string; category: string | string[]; thumbnail: string; zips: Record;