export interface ISocketResponse<T> {
    message: T;
    topic: string;
}
//# sourceMappingURL=socket-response.interface.d.ts.map