exported types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user