edit and clone version finished

This commit is contained in:
MathieuG-P
2022-07-21 19:00:43 +02:00
parent 9ad16d95c9
commit 63736e4e91
4 changed files with 21 additions and 7 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface BsmException {
title: string,
msg?: string,
error?: Error,
}