mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-136] models management almost finished, still need to add translations
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { BSVersion } from "shared/bs-version.interface";
|
||||
import { MSModel, MSModelType } from "./model-saber.model";
|
||||
|
||||
export interface BsmLocalModel{
|
||||
@@ -6,4 +7,5 @@ export interface BsmLocalModel{
|
||||
readonly hash: string;
|
||||
readonly type: MSModelType;
|
||||
readonly model?: MSModel
|
||||
readonly version?: BSVersion;
|
||||
}
|
||||
Reference in New Issue
Block a user