exported types

This commit is contained in:
2024-01-24 13:09:14 +01:00
parent 38ff58b168
commit f5c8d4fedf
6 changed files with 49 additions and 32 deletions

View File

@@ -18,8 +18,9 @@
<script lang="ts" setup>
import { onMounted, ref } from 'vue'
import { type Stats } from '@/types/Stats'
const stats = ref({
const stats = ref<Stats>({
latest: 0,
queued: 0,
skipped: 0,