UNPKG

integreat

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