Is it possible to add typehinting to this?
const categories = useAsync(() => $axios.$get(\'/api/categories\').then(({ categories }) => categories));