Display global error if server is unreachable
This commit is contained in:
4
web/types/displayable-error.ts
Normal file
4
web/types/displayable-error.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface DisplayableError {
|
||||
title: string;
|
||||
message: string;
|
||||
}
|
||||
Reference in New Issue
Block a user