Type Alias SearchSort

SearchSort: { field: string; direction: "asc" | "desc" }

Type declaration

  • field: string
  • direction: "asc" | "desc"