interface ServerTypes {
    filterValue: string[];
    pageValue: string;
}

Properties

filterValue: string[]
pageValue: string