import { INotification, IRequest } from '../interfaces';
export type TMessage = INotification | IRequest;
//# sourceMappingURL=message.d.ts.map