1
0

fix linting

This commit is contained in:
Dominik Pschenitschni
2022-04-13 19:40:50 +02:00
committed by Gitea
parent 321850ec20
commit 58358481bc
5 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,4 @@
// https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#typescript-support
import { ComponentCustomProperties } from 'vue'
import { Store } from 'vuex'
declare module '@vue/runtime-core' {

View File

@ -1,7 +0,0 @@
declare global {
interface Window {
API_URL: string;
SENTRY_ENABLED: boolean;
SENTRY_DSN: string;
}
}