UNPKG

tr11p-commons

Version:
12 lines (11 loc) 274 B
import { Topics } from './topics'; import { Event } from './events'; export interface PushEvent extends Event { topic: Topics.SendPushEvent; data: { message: string; channel: string; subscribeKey: string; publishKey: string; }; }