Type alias StreamChannelOperationResponse

StreamChannelOperationResponse: (BaseResponse | ErrorInfo) & {
    topicName: string;
}

Type declaration

  • topicName: string