UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

7 lines (6 loc) 265 B
export declare const NullReturnedObjectHandling: { Error: string; ConvertToEmptyString: string; Return404NotFoundResponse: string; }; export type NullReturnedObjectHandling = (typeof NullReturnedObjectHandling)[keyof typeof NullReturnedObjectHandling];