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, }