Update error typdef

This commit is contained in:
Alessio Davoli 2023-12-22 15:52:09 +01:00
parent 5cc5d09430
commit 0c4de8c4b4

View file

@ -3,8 +3,8 @@
declare global {
namespace App {
export interface Error {
status: number;
message: string;
errorId: string;
}
// interface Locals {}
// interface PageData {}