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