// To be used in main.ts
export abstract class BaseApiService {
  abstract implementChannels(): any
}