interface CustomListsState {
    filter: string;
    sort: string;
}

Properties

Properties

filter: string
sort: string