UNPKG

integreat

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