NSMP-Server / src /mods /mod.ts
Franek-Le's picture
commit
9f32484
Raw
History Blame Contribute Delete
121 Bytes
export interface Mod {
name: string,
filename: string,
path: string,
sha256: string,
url: string,
}