aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/NorthstarMod.d.ts
blob: 5e1196836d8831203ae839d1908b269bc7acce2c (plain)
1
2
3
4
5
6
7
// Matches Rust struct (in lib.rs).
export interface NorthstarMod {
    name: string,
    thunderstore_mod_string?: string,
    enabled: bool,
    directory: string,
}