UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines (8 loc) 256 B
import { InternalBackgroundEntry } from '../../background/internal-background-entry'; export interface BackgroundTransactionLog { request: InternalBackgroundEntry<any>; running: boolean; runtimeMS?: number; result?: any; error?: any; }