Design pattern for typescript on the server side

hi all,

I started to apply typescript to my meteor app. For the server side, is there any design pattern to leverage the object oriented approach of typescript instead of just defining all the Meteor methods one by one ?

Thanks