#AnyCodable not exposed in iOS SDK

2 messages · Page 1 of 1 (latest)

cerulean sundial
#

I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my convenience function because AnyCodable doesn't seem to be exposed. Is there any way around that?
I already had this issue when writing convenience functions for the tables module and ended up using my custom Codable objects as a workaround but that's not really a solution for the Teams.

blissful igloo
#

@proven narwhal ?