Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-23 08:40:33 +03:00
parent 0f8519007b
commit 428f1076f0
11 changed files with 248 additions and 185 deletions

View file

@ -2,5 +2,4 @@ package com.tangem.domain.pushnotificationpreferences.models
data class PushNotificationPreference(
val isEnabled: Boolean,
val isVisible: Boolean,
)