2025-03-15 21:50:36 +03:00

7 lines
76 B
Kotlin

package com.dowstats
object Metadata {
const val USER_ROLE = "USER"
}