import { send } from "./email"; export const api = { email: { send, }, };