Home > @xoram/core > MergedEvents
MergedEvents type
Signature:
typescript
export type MergedEvents<notifications extends Notifications, events extends (keyof notifications)[]> = UnionToIntersection<notifications[events[number]]>;
1
References: Notifications, UnionToIntersection