efemoney
11/03/2024, 12:19 PMefemoney
11/03/2024, 12:21 PM@Serializable
class TransformedToken<V>(
val type: String,
val name: String,
val value: V,
val description: String?,
val original: Original<V>,
val attributes: JsonObject,
val path: List<String>,
val filePath: String,
val isSource: Boolean,
)
typeof value
changes based onefemoney
11/03/2024, 12:23 PMvalue
, discriminate based on parentâs type
fieldâ đFergus Hewson
11/03/2024, 7:02 PM