UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

8 lines (7 loc) 272 B
export declare const LocalServerEventLoggingStyle: { Full: string; FullWithBase64Decode: string; Summary: string; None: string; }; export type LocalServerEventLoggingStyle = (typeof LocalServerEventLoggingStyle)[keyof typeof LocalServerEventLoggingStyle];