// Matches Rust struct (in lib.rs). export interface NorthstarMod { name: String, enabled: bool, }