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
|
// Type alias for repository categories
|
||||||
export enum Repository {
|
export enum Repository {
|
||||||
All = 'all',
|
ALL = 'all',
|
||||||
Core = 'core',
|
CORE = 'core',
|
||||||
Extra = 'extra',
|
EXTRA = 'extra',
|
||||||
Community = 'community',
|
COMMUNITY = 'community',
|
||||||
Multilib = 'multilib'
|
MULTILIB = 'multilib'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Type alias for UI themes
|
// Type alias for UI themes
|
||||||
|
|||||||
Reference in New Issue
Block a user