mirror of
https://github.com/danbulant/Mangades
synced 2026-05-19 04:08:46 +00:00
improve types
This commit is contained in:
parent
8c6de3f1f6
commit
486b45c25c
1 changed files with 8 additions and 1 deletions
9
src/global.d.ts
vendored
9
src/global.d.ts
vendored
|
|
@ -1 +1,8 @@
|
|||
/// <reference types="@sveltejs/kit" />
|
||||
/// <reference types="@sveltejs/kit" />
|
||||
|
||||
declare namespace App {
|
||||
interface Error {
|
||||
message: string;
|
||||
code: string;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue