export interface IOptions{ //this will send values as key value pair Params? : any //how many number of records to display RecordCount? : number //selected page CurrentPage? : number //if any searching values are SearchValue? : string //if any filters have set from frontend FilterValue? : any }