Update error typdef
This commit is contained in:
parent
5cc5d09430
commit
0c4de8c4b4
1 changed files with 1 additions and 1 deletions
2
frontend/src/app.d.ts
vendored
2
frontend/src/app.d.ts
vendored
|
@ -3,8 +3,8 @@
|
|||
declare global {
|
||||
namespace App {
|
||||
export interface Error {
|
||||
status: number;
|
||||
message: string;
|
||||
errorId: string;
|
||||
}
|
||||
// interface Locals {}
|
||||
// interface PageData {}
|
||||
|
|
Loading…
Reference in a new issue