mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
can now export maps of a bs version
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export { IpcRequest } from "./ipc-request.interface"
|
||||
export { IpcResponse } from "./ipc-response.interface"
|
||||
export { IpcResponse } from "./ipc-response.interface"
|
||||
export { OpenSaveDialogOption } from "../os/dialog.model"
|
||||
@@ -0,0 +1,3 @@
|
||||
import { BSVersion } from "shared/bs-version.interface";
|
||||
|
||||
export interface ExportVersionMapsOption {version: BSVersion, path: string};
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface OpenSaveDialogOption {
|
||||
filename?: string,
|
||||
filters?: Electron.FileFilter[]
|
||||
}
|
||||
Reference in New Issue
Block a user