Why my useCustom hook doesn't have the isLoading return?
const { data, isLoading } = useCustom<PostUniqueCheckResponse>({
but the types are
but the types are
result and there is no isLoading equivalent