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