All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.smaugfm.lunchmoney.model.LunchmoneyBudgetRecurringItemList.kt Maven / Gradle / Ivy

package io.github.smaugfm.lunchmoney.model

import kotlinx.serialization.Serializable

@Serializable
data class LunchmoneyBudgetRecurringItemList(
    val list: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy