refactor: generalize channel type handling across various components
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
|
||||
export type ChannelType = "telegram" | "whatsapp";
|
||||
export type ChannelType = string;
|
||||
|
||||
export interface BindingAnalysis {
|
||||
channelEnabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user