1 min readMar 29, 2018
What if we don’t want to create an entity only for the completion response?
e.g. in your case you return Result<User>, but what if we want to handle those fields as a dictionary, not creating a User model for them?
What if we don’t want to create an entity only for the completion response?
e.g. in your case you return Result<User>, but what if we want to handle those fields as a dictionary, not creating a User model for them?