import { IClient } from './Client.interface'; export interface IAllReducer { clients: Map; session: Set; sessionLoad?: any; clientsLoad?: any; }