-
-
Notifications
You must be signed in to change notification settings - Fork 876
Expand file tree
/
Copy pathcategories.ts
More file actions
42 lines (42 loc) 路 622 Bytes
/
Copy pathcategories.ts
File metadata and controls
42 lines (42 loc) 路 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export type Category =
| "AI"
| "Adobe"
| "Software"
| "Hardware"
| "Library"
| "Hosting"
| "Framework"
| "Devtool"
| "Monorepo"
| "CMS"
| "Database"
| "Compiler"
| "Crypto"
| "Cybersecurity"
| "Social"
| "Entertainment"
| "Browser"
| "Language"
| "Education"
| "Design"
| "Community"
| "Marketplace"
| "Music"
| "Vercel"
| "Google"
| "Payment"
| "VoidZero"
| "Authentication"
| "IoT"
| "Config"
| "Secrets"
| "IaC"
| "Analytics"
| "Sync Engine"
| "Platform"
| "Automation"
| "Nuxt"
| "Microsoft"
| "Privacy"
| "Communications"
| "Themes";