tj
2025-04-02 7f93c049febcead6e548684aec51e9e3e4e0a95a
1
2
3
4
5
6
package com.example.firstapp.model
 
data class CategoryConfigSync(
    val userId: String,
    val categories: List<CategoryConfig>