mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add possibility to edit and clone versions
This commit is contained in:
@@ -5,5 +5,7 @@ export interface BSVersion {
|
||||
ReleaseImg?: string,
|
||||
ReleaseDate?: string,
|
||||
year?: string,
|
||||
steam?: boolean
|
||||
steam?: boolean,
|
||||
name?: string,
|
||||
color?: string
|
||||
}
|
||||
Reference in New Issue
Block a user