import type { ComponentType } from '../common'; import { BaseSelectMenuComponent } from './BaseSelectMenuComponent'; export class ChannelSelectMenuComponent extends BaseSelectMenuComponent { get channelsTypes() { return this.data.channel_types; } get defaultValues() { return this.data.default_values; } }