refactor: move from union type to object enum

This commit is contained in:
2026-07-15 02:41:17 +05:00
parent 35465f581f
commit 84f64af62d
30 changed files with 490 additions and 193 deletions
@@ -0,0 +1,10 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`TaskPriority > exposes wire values on const keys 1`] = `
{
"CRITICAL": "critical",
"HIGH": "high",
"LOW": "low",
"MEDIUM": "medium",
}
`;