UNPKG

@mbc-cqrs-serverless/core

Version:
7 lines (6 loc) 147 B
/** * Marker interface for raw AWS Lambda events. * Extend this interface to type your custom event payloads. */ export interface IRawEvent { }