i have this state
interface ILeadsPageState { leadsList : LeadBasicDto[] isLoading : boolean; error : any; } export interface ILeadsState { l