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