mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-05-02 02:55:33 -05:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export type DiscoverSortOption = "trending" | "popular" | "new" | "updated" | "alphabetical";
|
|
|
|
|