UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

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