@bitblit/ratchet-epsilon-common
Version:
Tiny adapter to simplify building API gateway Lambda APIS
9 lines (8 loc) • 354 B
TypeScript
export declare const BackgroundExecutionEventType: {
ProcessStarting: string;
DataValidationError: string;
ExecutionSuccessfullyComplete: string;
ExecutionFailedError: string;
NoMatchProcessorName: string;
};
export type BackgroundExecutionEventType = (typeof BackgroundExecutionEventType)[keyof typeof BackgroundExecutionEventType];