import { Callback } from "./Callback"; export interface Subscription { channel: string; topic: string; callback: Callback; }