mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
8 lines
372 B
TypeScript
8 lines
372 B
TypeScript
export class LocalStorageKeys
|
|
{
|
|
public static CATALOG_PLACE_MULTIPLE_OBJECTS: string = 'catalogPlaceMultipleObjects';
|
|
public static CATALOG_SKIP_PURCHASE_CONFIRMATION: string = 'catalogSkipPurchaseConfirmation';
|
|
public static CHAT_WINDOW_ENABLED: string = 'chatWindowEnabled';
|
|
public static CHAT_TRANSLATION_SETTINGS: string = 'chatTranslationSettings';
|
|
}
|