import { Sortable } from "./sortable"; export type Searchable = { searchBy?: string; searchValue?: string; } & Sortable;