UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

8 lines (7 loc) 136 B
export interface InterApiEntry<T> { source: string; type: string; data: T; traceId?: string; traceDepth?: number; }