Andrey Cheptsov
Results
9
issues of
Andrey Cheptsov
Define a base class for document having id reference. A document schema should check the type of document. ``` kotlin abstract Document { val id : Id? = null }...