Lucas Dachman
Results
1
issues of
Lucas Dachman
**Describe the bug** If I have a property with a custom mapper like ```typescript @Model() class MyModel { @Property({ mapper: stringArrayOrEmptyMapper }) myList: string[] } export const stringArrayOrEmptyMapper: MapperForType< string[],...