UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines (8 loc) 277 B
import { BackgroundProcessHandling } from './background-process-handling'; export interface BackgroundQueueResponseInternal { processHandling: BackgroundProcessHandling; startProcessorRequested: boolean; success: boolean; resultId: string; error: string; }