UNPKG

@nest-kr/integration

Version:

```cli npm i @nest-kr/integration ```

11 lines (10 loc) 206 B
export interface IntegrationEventDTO { id: string; topicArn: string; subject: string; headers: object; data: object; publishedAt: Date; createdAt: Date; signature: string; }