import { useMutation } from '@tanstack/react-query'; import { postAuthMagicMutation } from '@/client/@tanstack/react-query.gen'; export function useGetMagicLink() { return useMutation({ ...postAuthMagicMutation(), }); }