NuxtN
Nuxt2y ago
danbi

useAsyncData

guys,
When writing useAsyncData, I wonder what the types in <> are for.
example)
const { data, status } = useAsyncData<CourseWithPath, unknown, CoursesReturn, Test>($fetch.apply);
Was this page helpful?