mirror of
https://github.com/AtHeartEngineer/website-v2.git
synced 2026-01-08 20:38:03 -05:00
fix types
This commit is contained in:
@@ -5,7 +5,7 @@ import { create } from "zustand"
|
||||
import { ProjectInterface } from "@/lib/types"
|
||||
import { uniq } from "@/lib/utils"
|
||||
|
||||
export type ProjectSortBy = "random" | "asc" | "desc" | "relevancy"
|
||||
export type ProjectSortBy = "random" | "asc" | "desc" | "relevance"
|
||||
export type ProjectFilter = "keywords" | "builtWith" | "themes"
|
||||
export type FiltersProps = Record<ProjectFilter, string[]>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user