Update category types to include 'Platform' and 'Automation'

This commit is contained in:
Vladimir Antonio F. C.
2025-08-26 13:30:29 -04:00
parent fccc020d81
commit d3d193fcfa
+3 -1
View File
@@ -31,4 +31,6 @@ export type tCategory =
| 'Config'
| 'Secrets'
| 'IaC'
| 'Analytics';
| 'Analytics'
| 'Platform'
| 'Automation';