import { IClearRequest, ISetNotification } from '../interfaces';

export type TBrokerMessage = IClearRequest | ISetNotification;
