sdg
Version:
pomelo ts
7 lines (6 loc) • 314 B
TypeScript
import Application from '../application';
import { IChannelServiceOptions, IComponent } from '..';
import ChannelService from '../common/service/channelService';
export default class ChannelComponent extends ChannelService implements IComponent {
constructor(app: Application, opts: IChannelServiceOptions);
}