UNPKG

111 BPlain TextView Raw
1export interface KinesisAnalyticsEvent {
2 data: object | string;
3 partitionKey: string;
4 streamName: string;
5}