UNPKG

integreat

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