import { data } from 'react-router'; export function send(payload: T, init?: number | ResponseInit) { return data(payload, init); }