UNPKG

tr11p-commons

Version:
6 lines (5 loc) 96 B
import { Topics } from './topics'; export interface Event { topic: Topics; data: any; }