export interface ChannelData { channelName: string; lineColor: string; projectionColor: boolean; }