mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-21 13:49:20 +00:00
initial commit
This commit is contained in:
16
frontend/src/app.d.ts
vendored
Normal file
16
frontend/src/app.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Error {
|
||||
message: string;
|
||||
status?: number;
|
||||
}
|
||||
// interface Locals {}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user