Fix a bunch of typescript errors

This commit is contained in:
wvffle 2022-07-04 22:52:53 +00:00 committed by Georg Krause
commit 0251789f82
82 changed files with 257 additions and 164 deletions

View file

@ -1,10 +1,5 @@
import {
InitModule,
ListenWSEvent,
PendingReviewEditsWSEvent,
PendingReviewReportsWSEvent,
PendingReviewRequestsWSEvent,
} from '~/types'
import type { InitModule, ListenWSEvent, PendingReviewEditsWSEvent, PendingReviewReportsWSEvent, PendingReviewRequestsWSEvent } from '~/types'
import { watchEffect, watch } from 'vue'
import { useWebSocket, whenever } from '@vueuse/core'
import useWebSocketHandler from '~/composables/useWebSocketHandler'