UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

9 lines (8 loc) 211 B
export interface EventOptions { [key: string]: unknown; } export interface Event { init(): Event; publish(options?: EventOptions): any; publishWithoutPersistence?(options?: EventOptions): any; }