UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

4 lines (3 loc) 193 B
import type { Action, Response } from 'integreat'; import type { Connection } from './types.js'; export default function send(action: Action, connection: Connection | null): Promise<Response>;