how to change the client on the container's type to my custom client
no more details, that's all I want to know really
1 Reply
If you're adding custom properties to your Client class and you want them to be accessible when accessing the client through something like
this.container.client
you'll have to add module augmentation:
https://gist.github.com/Favna/26ed5b2df82d424203b71b9ffbce85c4
For more information on module augmentation see: https://www.typescriptlang.org/docs/handbook/declaration-merging.html