UNPKG

@mbc-cqrs-serverless/import

Version:
9 lines (8 loc) 293 B
import { IEvent, StepFunctionsContext } from '@mbc-cqrs-serverless/core'; export declare class ZipImportSfnEvent implements IEvent { source: string; context: StepFunctionsContext; input: string | any[]; taskToken: string; constructor(event?: Partial<ZipImportSfnEvent>); }