export interface BusyState {
    initiator: string | number;
    text?: string;
}
