/** * Parameters for sortable requests */ export interface Sortable { sort?: string; }