interface JsonApiQueryTypes {
    filterValue: unknown;
    pageValue: unknown;
}

Properties

filterValue: unknown
pageValue: unknown