localusercamp

Results 12 comments of localusercamp

> @Awais-019 Check this discussion: #20392. This solution does not support typescript gerenics. Something like this will be better. ```typescript export function useApiFetch(url, opts) { return useFetch(url, useApiFetchOptions(opts)); } ```