Type alias SubscribeTopicResponse

SubscribeTopicResponse: StreamChannelOperationResponse & {
    failedUsers: string[];
    succeedUsers: string[];
}

Type declaration

  • failedUsers: string[]
  • succeedUsers: string[]