mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-25 04:09:01 +08:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
class Main {
|
|
public readonly id = 'colorScheme'
|
|
public readonly storageId = 'schemeId'
|
|
}
|
|
export const ColorSchemeConstants = new Main()
|