UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

5 lines (4 loc) 223 B
import { InternalBackgroundEntry } from '../../background/internal-background-entry.js'; export interface BackgroundErrorProcessor { handleError(submission: InternalBackgroundEntry<any>, error: Error): Promise<void>; }