mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-17 07:50:17 -07:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
// eslint-disable-next-line import/prefer-default-export
|
|
export enum ElectronStoreKeys {
|
|
AppLanguage = 'appLanguage',
|
|
IsNotFirstTimeAppStart = 'isNotFirstTimeAppStart',
|
|
}
|