mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 12:23:33 -06:00
12 lines
238 B
TypeScript
12 lines
238 B
TypeScript
/// <reference types="@sveltejs/kit" />
|
|
|
|
declare const __APP_VERSION__: string;
|
|
|
|
declare namespace App {
|
|
// interface Error {}
|
|
// interface Locals {}
|
|
// interface PageData {}
|
|
// interface PageState {}
|
|
// interface Platform {}
|
|
}
|