Fix eslint warnings in ts files

This commit is contained in:
Bill Thornton
2023-04-26 11:30:57 -04:00
parent 097471863e
commit 8f730b8270
5 changed files with 14 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
export interface RestoreViewFailResponse {
cancelled?: boolean
}