aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/global.d.ts')
-rw-r--r--apps/kit/src/global.d.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/kit/src/global.d.ts b/apps/kit/src/global.d.ts
deleted file mode 100644
index 13f5e16..0000000
--- a/apps/kit/src/global.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-/// <reference types="@sveltejs/kit" />
-
-type Locales = import('$lib/i18n/i18n-types').Locales
-type TranslationFunctions = import('$lib/i18n/i18n-types').TranslationFunctions
-
-declare namespace App {
- interface Locals {
- locale: Locales
- LL: TranslationFunctions
- }
-} \ No newline at end of file