Resolve some TODOs

This commit is contained in:
wvffle 2022-08-30 20:23:17 +00:00 committed by Georg Krause
commit e7da8b5f43
98 changed files with 316 additions and 259 deletions

View file

@ -34,7 +34,6 @@ const props = withDefaults(defineProps<Props>(), {
scope: 'all'
})
// TODO (wvffle): Make sure everything is it's own type
const page = ref(+props.defaultPage)
type ResponseType = { count: number, results: any[] }
const result = ref<null | ResponseType>(null)