mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-12-06 08:03:51 +01:00
chore: enforce uppercase naming in Repository enum
This commit is contained in:
10
src/types.ts
10
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
|
||||
|
||||
Reference in New Issue
Block a user