sc-cmendoza
Results
1
issues of
sc-cmendoza
I had read the documentation about complex data types, however I can't make it works. I have this: ```typescript class GeoP{ latitude: number; longitude: number; } @Collection() class SomeModel{ @Type(()...