mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remake BsmException
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export interface BsmException {
|
||||
type: "error"|"warning"
|
||||
title: string,
|
||||
msg?: string,
|
||||
error?: Error,
|
||||
}
|
||||
Reference in New Issue
Block a user