Closed lwuethrich-devedis closed 8 months ago
Many kotlin sdk methods are untyped such as co.novu.dto.request.MarkMessageActionAsSeenRequest and have an Any type or String.
co.novu.dto.request.MarkMessageActionAsSeenRequest
Any
String
It would make the kotlin sdk more useful and less error prone to use if the types were more strict in this case.
Many kotlin sdk methods are untyped such as
co.novu.dto.request.MarkMessageActionAsSeenRequest
and have anAny
type orString
.It would make the kotlin sdk more useful and less error prone to use if the types were more strict in this case.