Added api/user request prototype

This commit is contained in:
2023-07-19 23:24:58 +03:00
parent 1b4eed529a
commit 7cf83d099d
7 changed files with 97 additions and 0 deletions

View File

@ -70,6 +70,8 @@ function useFetch<R, T>(
}
}
export type { UseFetchErrored, UseFetchSucced }
export default useFetch
export { gotError, fallbackError }