// Clés de stockage export const STORAGE_KEYS = { CREDENTIALS: "komgaCredentials", USER: "stripUser", TTL_CONFIG: "ttlConfig", FAVORITES: "stripstream_favorites", } as const;