Add modUrl for mod data
This commit is contained in:
parent
3ac5a6e41a
commit
26ebe6cfca
@ -210,6 +210,7 @@ export interface ModDetails
|
||||
version: string;
|
||||
author: string;
|
||||
dateAdded: number;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface ReceivedGift
|
||||
|
@ -6,6 +6,7 @@ export interface IPackageJsonData
|
||||
dependencies?: Record<string, string>;
|
||||
modDependencies?: Record<string, string>;
|
||||
name: string;
|
||||
modUrl: string;
|
||||
author: string;
|
||||
version: string;
|
||||
akiVersion: string;
|
||||
|
Loading…
Reference in New Issue
Block a user