I want to ask my question on an example, For example:
struct modelA: Decodable { var id: String } struct modelB: Decodable { var id: String } struct AViewMode