UNPKG

integreat

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