UNPKG

integreat

Version:
3 lines (2 loc) 195 B
import type { Action, ActionHandlerResources, Response } from '../types.js'; export default function service(action: Action, { getService, dispatch }: ActionHandlerResources): Promise<Response>;