BaseService<S> constructor

const BaseService<S>(
  1. S client
)

Implementation

const BaseService(this.client);