Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-27 18:49:31 +03:00
parent de20ab8dab
commit c226c70e0a
4 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
package com.tangem.domain.feedback.repository
interface FeedbackFeatureToggles {
val isFeatureEnabled: Boolean
val isUsedeskEnabled: Boolean
}