Type Alias ChatChannelsAccountLevelListChannelMembersPathParams

ChatChannelsAccountLevelListChannelMembersPathParams: {
    channelId: string;
    userId: string;
}