Add `void(0)` category

This commit is contained in:
pheralb
2024-10-02 10:24:28 +01:00
parent 8e88407b23
commit 0222d9de37
2 changed files with 26 additions and 7 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ export type tCategory =
| 'Music'
| 'Vercel'
| 'Google'
| 'Payment';
| 'Payment'
| 'void(0)';