remake BsmException

This commit is contained in:
MathieuG-P
2022-07-19 20:51:08 +02:00
parent 0fac3da409
commit 6407fb2ff1
3 changed files with 7 additions and 6 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
export interface BsmException {
type: "error"|"warning"
title: string,
msg?: string,
error?: Error,
}