1
2
3
4
5
6
package com.example.firstapp.model
 
data class CategoryConfigSync(
    val userId: String,
    val categories: List<CategoryConfig>