UNPKG

integreat

Version:
5 lines (4 loc) 311 B
import type { Action, Response, HandlerDispatch } from '../types.js'; import type Service from '../service/Service.js'; import type Endpoint from '../service/Endpoint.js'; export default function mutateAndSend(service: Service, endpoint: Endpoint, action: Action, dispatch: HandlerDispatch): Promise<Response>;