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