feat: type improvements
This commit is contained in:
@ -76,7 +76,7 @@ const notifications = computed(() => {
|
||||
})
|
||||
const userInfo = computed(() => authStore.info)
|
||||
|
||||
let interval: number
|
||||
let interval: ReturnType<typeof setInterval>
|
||||
|
||||
onMounted(() => {
|
||||
loadNotifications()
|
||||
|
Reference in New Issue
Block a user