mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04: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