UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

9 lines (8 loc) 258 B
import { BackgroundEntry } from './background-entry.js'; export interface InternalBackgroundEntry<T> extends BackgroundEntry<T> { guid: string; createdEpochMS: number; traceId: string; traceDepth: number; meta?: Record<string, string>; }