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