diff --git a/src/types.ts b/src/types.ts index 5e32c97..710c437 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,10 +1,10 @@ // Type alias for repository categories export enum Repository { - All = 'all', - Core = 'core', - Extra = 'extra', - Community = 'community', - Multilib = 'multilib' + ALL = 'all', + CORE = 'core', + EXTRA = 'extra', + COMMUNITY = 'community', + MULTILIB = 'multilib' } // Type alias for UI themes