UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 244 B
import { AbstractCronEntry } from './abstract-cron-entry'; import { CronDirectHandlerFunction } from './cron-direct-handler-function'; export interface CronDirectEntry extends AbstractCronEntry { directHandler: CronDirectHandlerFunction; }