export default interface ChannelsQueryRequestByBusinessId {
    businessId: string;
}
