interface ChannelConfigOptions {
    id?: string;
    type?: number;
    deleted?: boolean;
}
export default ChannelConfigOptions;
